
html, body{ 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 8px;
 background-color: White;
} 

ul {
	margin-top: 0px; 
	margin-bottom: 0px; 
	list-style-type: square; 
	list-style-position: outside;
}

ol {
	margin-top: 0px; 
	margin-bottom: 0px;
	list-style-position: outside;
}

li {
	margin-bottom: 0;
	margin-left: -20px;
	margin-right: 0;
	margin-top: 0;
}

a:link {
	color: #00008B;
	font-weight: bold;
}

a:hover {
	color: Olive;
	font-weight: bold;
}

a:visited {
	color: #696969;
	font-weight: bold;
}
