#links {
	width: 180px;
	font-family: Verdana, "Times New Roman", sans-serif;
	font-size: 75%;
	float:left;
	background-color: #ffffcc;

}
#links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#links li {
	border-bottom: 0 ;
	border-top: 0;
}
#links li a:link, #links li a:visited  {
	background-color:transparent ;
	color: #0000ff;
	text-decoration: none;
	border-left: 0;
}
#links li a:hover {
	background-color: transparent;
	color: #ff3366;
}


 #additional_links  {                 /* properties of "additional links" on the index page */
 font-size:110%;
 margin-left: 5px;
 color: #003399;
 font-weight: bold;
 }
