.whitetext {
	color: #000000;
}
.redtext {
	color: #FF3333;
}
.redtextBold {
	color: #FF3333;
	font-weight: bold;

}
a:hover {
	color: #303090;
	background-color: #FFFFFF;
}
h1 {
	font-weight: normal;
	color: #000000;
	font-size: 18px;
	line-height: normal;

}

