a:link, a:visited 
{
	color : #000000; 
	text-decoration : none; 
} 
	a:hover {
	color : #000000; 
	text-decoration : underline;
} 
.topbar {
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.topbar a:link, .topbar a:visited {
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: none;
} 
.topbar a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
