/* CSS Document */

p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
line-height:10px;
padding: 0px;
}.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bolder;
	color:#000000;
	font-variant: normal;
	text-transform: lowercase;
	font-style: italic;
	background-color: #FFFFFF;
}
.navigation{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	display: block;
	padding: 0px;
	width: 100px;
}


.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0px;
	width: 100px;
	
}
