body {  
		background-color: #FFFFFF; 
		font-family: "Tahoma", "Verdana", "Arial", "Geneva", "Helvetica"; 
		font-size: 11px; 
		font-style: normal; 
		font-weight: normal; 
		color: #000000;
}
a {  color: #000033;}

a.nodecoration { text-decoration: none; }

A:link {
	color: #000033;
	text-decoration: underline;
}
A:visited {text-decoration: underline;
		color: #0000FF;}
A:active {text-decoration: underline;
		color: #0000FF;}
A:hover {text-decoration: bold; 
		color: #000000;}

li { line-height: 15px;list-style-type: square;}
