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

p{
font-family: Verdana, sans-serif; 
font-size: 14px;
color: #000000;
line-height: 18px;
padding: 3px;


}.bold {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

.navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #FFFF99;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #CC9933;
	display: block;
	padding: 8px;
	width: 140px;
}

