BODY {
	color : #000000;
	background-color : #f1f1f1;
	font-family : Arial, sans-serif;
	font-size : 12px;
}

A {
	color : #011cab;
	text-decoration : none;
	font-weight : bold;
}

A:HOVER {
	color : #011cab;
	text-decoration : underline;
	font-weight : bold;
}

.boldRed{
	color : #AB010D;
	font-weight : bold;
}

.redBoldLarge{
	color : #AB010D;
	font-weight : bold;
	font-size : 16 px;
}

HR.red {
	color : #AB010D;
	width : 60%;
}

HR.blue {
	color : #011cab;
	width : 60%;
}
