.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #FF0000;
	text-align: center;
}
.style1 a:link {
	color: #FF0000;
	text-decoration: none;
}
.style1 a:visited {
	color: #FF0000;
	text-decoration: none;
}
.style1 a:hover {
	color: #0000FF;
	text-decoration: none;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
}

.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #666666;
	text-align: center;
	font-weight: bold;
}

.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	color: #333333;
}
.style4 a:link {
	color: #333333;
	text-decoration: none;
}
.style4 a:visited {
	color: #333333;
	text-decoration: none;
}
.style4 a:hover {
	color: #0000FF;
	text-decoration: none;
}



