/* CSS Document */

p{
font-family:"Times New Roman", Times, serif;
font-size: 12px;
color: #000000;
line-height: 18px;
padding: 3px;
}.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.navigation {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
	width: 126px;
}

.navigation:hover {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006666;
	display: block;
	padding: 8px;
	width: 126px;
}
