/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}
.gras {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	color: #33FF00;
}
.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: 260px;
}
.navigation2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #00FF00;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 395px;
}
.navigation:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
	color: #000033;
	text-decoration: none;
	background-color: #336699;
	display: block;
	padding: 8px;
	width: 260px;
}
.navigation2:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #000033;
	text-decoration: none;
	background-color: #CC9900;
	display: block;
	padding: 8px;
	width: auto;
}

