/* CSS Document */

p{
font-family:Eurostile;
font-size:14px;
color:#000033;
line-height: 15px;
padding: 3px;
}

.navigation {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#000033;
	text-decoration: none;
	display:block;
	padding: 10px;
	width: 20px;
}


.navigation: hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#003333;
	text-decoration: none;
	display:block;
	padding: 10px;
	width: 20px;
}

a {
cursor:pointer:
}

