* {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

pre {
	font-family: "courier";
	font-size: 12px;
	color: black;
}

Heading {
	font-family: "arial";
	font-size: 12px;
	color: black;
}

SmallGrey {
	font-family: "arial";
	color: #4b4c50;
}
SmallWhite {
	font-family: "arial";
	color: #ffffff;
}
SmallRed {
	font-family: "arial";
	color: #e31836;
}

a {
	font-family: "arial";
	color: #19325b;
}

a.BottomNav, a.BottomNav:visited{	 text-decoration:none;	color: #4b4c50; } a.BottomNav:hover {	color: #e31836; }
