body {
	font-family: "Aldine721", Verdana;
	font-size: 14px;
	background-color: #000000;
}

.style1 {
	font-size: 18px;
	}
	
.style2 {
	font-size: 16px;
	font-weight: bold;
	}	
		
.style4 {
	font-family: Arial, "Century Gothic", Georgia;
	font-size: 10px;
	}
	
.style5 {
	font-size: 20px;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: bold;
	}
	
.style6 {
	font-size: 20px;
	}	
	
.style8 {
	font-size: 28px;
	font-weight: bold;
}
.style10 {font-size: 28px}

.style11 {
	font-size: 20px;
	font-weight: bold;
}

a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}