@charset "utf-8";
/* CSS Document */

.largeRed {
	font-size:34px;
	font-weight:bold;
	color:#fb0000;
	text-transform:uppercase;
}

.normalBlue {
	color:#2688ee;
	font-weight:bold;
	text-transform:uppercase;	
}

a, a:Visited {
	color:#FFFFFF;
}

a:Hover {
	text-decoration:none;
}