body { 
	color: black; 
	background-color: white; 
}

p { 
	font-size: small; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
}

h1 { 
	font-size: x-large; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold; 
	font-style: italic;
	margin: 0.17em 0; 
}

.style6 table tr td div {
	font-weight: bold;
}

/* v5design styles */
p {
	margin-right: 10px;
	margin-left: 10px;
}

img {
	
}

a:link, a:visited {
	color: #125caf;
	text-decoration: none;
}

a:hover {
	color: #86072f;
	text-decoration: underline;
}