BODY {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

A {
	color : #003399;
	text-decoration : none;
}

A:HOVER {
	color : #834141;
	text-decoration : underline;
}

A:VISITED {
	color : #834141;
	text-decoration : underline;
}

A:ACTIVE {
	color : #003399;
	text-decoration : none;
}
.maintext { 
	color : #000000;
	font : 12px "Arial", "Helvetica", sans-serif;
	text-align : justify;
    font-weight : bold;
}
.headings {
    color : #993300;
    font : 14px "Arial", "Helvetica", sans-serif;
    font-weight : bold;
}