<style>
	a 			{ text-decoration: underline; }
	a:link		{ color:#000080; text-decoration:none; cursor:hand; }
	a:visited	{ color:#000080; text-decoration:none; cursor:hand; }
	a:hover		{ color:#C0C0C0; text-decoration:none; 		cursor:hand; }
	a:active	{ color:#990000; text-decoration:none; 		cursor:hand; }

	.topmenu:link		{ font-size: 10px; font-family: "verdana,helvetica", !important; color: #EEEF83; text-decoration: none; font-weight: bold; }
	.topmenu:visited	{ font-size: 10px; font-family: "verdana,helvetica", !important; color: #c0c0c0; text-decoration: none; font-weight: bold; }
	.topmenu:hover		{ font-size: 10px; font-family: "verdana,helvetica", !important; color: #c0c0c0; text-decoration: none; font-weight: bold; }
	.topmenu:active	{ color:silver; text-decoration:none; 		cursor:hand; }

    .leftmenu:link		{ font-size: 15px; font-family: "verdana,helvetica", !important; color: #000000; text-decoration: none;  }
	.leftmenu:visited	{ font-size: 15px; font-family: "verdana,helvetica", !important; color: #000000; text-decoration: none;  }
	.leftmenu:hover		{ font-size: 15px; font-family: "verdana,helvetica", !important; color: #C0C0C0; text-decoration: none;  }
	.leftmenu:active	{ color:#808080; text-decoration:none; 		cursor:hand; }

</style>