/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 18px;
color: #000099;
line-height: 18px;
padding: 3px;
}
.gras {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	line-height: 18px;
	color: #CCCC00;
}
.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12x;
	font-style: normal;
	font-weight: bolder;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #233a5a;
	display: block;
	padding: 8px;
	width: 425px;
}
.navigation2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #233a5a;
	display: block;
	padding: 8px;
	width: 425px;
}
.navigation:hover {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #CCCC00;
	text-decoration: none;
	background-color: #990000;
	display: block;
	padding: 8px;
	width: 425px;
}
.navigation2:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #CCCC00;
	text-decoration: none;
	background-color: #CC6600;
	display: block;
	padding: 8px;
	width: 425px;
}

