.style1 {
	color: #FF0000;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
}
.style2 {font-size: 12px}
.style4 {
	color: #FF3300;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
}
.style5 {font-size: 16px}
.style6 {
	color: #FF0000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style7 {color: #5381EC}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FFCC00;
}
