.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
.style2 {
	font-size: 14px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
.bigname {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF3366;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
.headerunderline {
	font-size: 18px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: 600;
}
