body { 
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
} 
a:link {color: #cccccc; text-decoration: none}     /* unvisited link */
a:visited {color: #666666; text-decoration: none}  /* visited link */
a:hover {color: #ffffff; text-decoration: none}   /* mouse over link */
a:active {color: #999999; text-decoration: none}   /* selected link */

.wording {
	padding: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.style4 {font-size: 14px}
.style5 {	font-size: small;
	font-weight: bold;
}
.style2 {font-size: small}
.style6 {	font-size: small;
	font-weight: bold;
	font-style: italic;
}
