/* CSS Document */

p {
font-family: Verdana;
font-size: 15px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.bold {
	font-family: Verdana;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

.navigation {
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
	background-color: #CEFFCE;
	display: block;
	padding: 8px;
}


.navigation:hover {
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
	background-color: #00FFFF;
	display: block;
	padding: 8px;
}

.title {
font-family: Verdana;
font-size: 24px;
}

.contact {
font-family: Verdana;
font-size: 14px;
}

