.heading {
	color : #800000;
	background-color : White;
	font-family : Arial, sans-serif;
	font-size : 14px;
	letter-spacing : 1px;
	font-weight : bold;
}
.small {
	font : Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.border {
	border : White;
	border-bottom : 1px solid Black;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	border-top : 1px solid Black;
}
.ques {
		color : #CC0000;
		font-weight : bold;
}
I.small {
	font-size : 10px;
	font-style : normal;
}


BODY {
	color : Black;
	background-color : White;
	font-family : Arial, sans-serif;
	font-size : 12px;
}

TD {
	font-family : Arial, sans-serif;
	font-size : 12px;
}


A {
	color : Blue;
	text-decoration : none;
}

A:HOVER {
	color : Red;
	text-decoration : underline;
}