.red {
	background-color: #FF0000;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #FF3333;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.search {
	font-size: 9px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF3333;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
