/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 14px;
color: #000000;
line-height: 18px;
padding: 10px;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	vertical-align: baseline;
	display: block;
	padding: 8px;
	width: 140px;
}

.logo {
	font-family: Verdana, sans-serif;
	font-size: 72px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF00FF;
	text-decoration: none;
	background-color:#FF00FF 
	vertical-align: baseline;
	display: block;
	padding: 8px;
	width: 140px;
}
