@charset "utf-8";
/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	margin-right: 20px;
}
.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	background-color: #FFF;
	display: block;
	padding: 8px;
	width: 165px;
}  

.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	background-color: #0706AA;
	display: block;
	padding: 6px;
	width: 165px;
	border: 2px solid #0706AA;
}  
