/* CSS Document */

.navigation {
	font-family:Verdana;
	font-size: 14px;
	color: #999999;
	line-height: 35px;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 85px;
}


.navigation:hover {
	font-family:Verdana;
	font-size: 14px;
	color: #FF6600;
	line-height: 35px;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 85px;
}
.parag {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
