@charset "utf-8";
/* CSS Document */
body{
	background-color:#CCC;
	color:#333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1{	
	margin: 30px 0px 30px 60px;
	color:#666;	
}

h1{
	margin: 30px 0px 0px 60px;
}
#new{
	margin: 30px 0px 0px 60px;
}
#edit{
	margin: 30px 0px 0px 60px;
}
a:link{
	color:#666;
	text-decoration: none;
}
a:hover{
	font-weight:bold;
}
a:visited{
	color:#666;
	text-decoration: none;
}



#table_top{
	margin: 30px 0px 0px 60px;
}
#table_bot{
	width:90%;

	background-color:#FFFFFF;
	margin: 30px 0px 0px 60px;
	text-align:left;
}
thead{
	font-weight:bold;
	background-color:#999;
}