.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}

body {
	background-color: #CCCCFF;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	line-height: 110%
	}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	font-style: italic;
	color: #CC0000
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.style5 {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FF0000;
	font-weight: bold;
}

.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #000000;
	line-height: 15px;
}

.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	}
	
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
}

.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}



a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #0033CC;
}
