@charset "utf-8";

.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #CC3333;
	background-color: #CCCCCC;
	padding: 0px;
	width: 110px;
	left: auto;
}


.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding: 0px;
	width: 110px;
}


.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #000066;
	background-color: #CCCCCC;
	padding: 0px;
	left: auto;
}



.links:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding: 0px;
	left: auto;
}

