body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #006666;
  background-color: #CCCCCC;
  background-image: url(10.gif);
}

td {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: small;
	color: #336666;
}

th {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	color: #006666;
}
a:link {
	color: #006666;
	font-weight:bold;
	text-decoration: none;
}

a:visited {
	color: #006666;
	font-weight:bold;	
	text-decoration: none;
}

a:hover {
	color: #006666;
	text-decoration: none;
	font-weight:bold;	
	background-color: #CCCCCC;
}

a:active {
	text-decoration: none;
	font-weight:bold;	
	color: #FFFF00;
}



