.style1 {
	font-family: impact;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: bold;
}
body {
	background-color: #A00A30;
}
.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
}
a:hover {
	color: yellow;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style5 {
font-size: 30px; 
color:#F77C9B;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: italic;}
.style6 {font-family: impact; font-size: 35px; color: #FFFFFF; font-weight: bold; }