@charset "utf-8";
#topnav a {
	color: #191D4D;
	text-decoration: none;
	display: inline-block;
	margin: 5px;
	padding: 4px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #191D4D;
	border-left-color: #191D4D;
}
#topnav a:link {
	color: #191D4D;
	text-decoration: none;
}

#topnav a:hover {
	color: #191D4D;
	text-decoration: none;
	background-color: #FFFFFF;
	
}
