A:link {text-decoration: none; color: #006600;}
A:visited {text-decoration: none; color: #006600;}
A:hover {text-decoration: none; color: red;}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #666666;
}

div.nav {  
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: green;
	text-align: center;
}
a.nav:link {  
	color: #666699;
}
a.nav:visited {  
	color: #666699;
}
a.nav:hover {  
	color: #000000;
}

div.tag {  
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #666699;
	text-align: center;
}

UL {
	background-color: #F0F0F0; 
	border-top: dotted #666699;
	border-bottom: dotted #666699;
	border-width: 1px;
	width: 600px;
	padding: 1em;
	margin-left: 2em;
}