/* CSS Document */

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

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

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #666666;
	display: block;
	padding: 8px;
}


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