body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	background: #8EB19B;
	text-decoration: none;
	font-style: italic;
	text-transform: capitalize;
	color: #FFFFFF;
}

a {
	text-decoration: none;
	text-transform: uppercase;
	color: #242424;
	font-style: normal;
}

a:hover {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font-style: normal;
}

a:active {
	text-decoration: none;
	font-style: italic;
	text-transform: capitalize;
	color: #FFFFFF;
}

.copyright {
	font-size: 11px;
	color: #666;
	font-style: normal;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}