/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	border-color: #330099;
}

.bold {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height: 18px;
font-weight: bold;
color: #000000
}

.lgwhite{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-style: italic;
}

.navigation:hover{
font-family: Georgia, Times New Roman, Times, serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
color: #FFFFFF;
display: block;
padding: 8px;
width: 140px;
}

.naviagion{
color: #FFFFFF;
font-family: Georgia, Verdana, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-decoration: underline;
display: block;
padding: 8px;
width: 140px;
}

