.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: circle;
	cursor: hand;
	filter: Shadow(Color=cccccc, Direction=98);
}
.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #525252;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: circle;
	cursor: hand;
	filter: Glow(Color=006699, Strength=95);
}
a:hover {
	font-weight: bolder;
	color: #000000;
	text-decoration: underline;
}
.bottomcop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E6E6E6;
	text-decoration: none;
}
<!--
BODY {
scrollbar-face-color:#006699;
scrollbar-highlight-color:#666666;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#808080;
scrollbar-arrow-color:#E3E3E3;
scrollbar-track-color:#E3E3E3;
}
-->