<STYLE>
	BODY	 {
			background-color: #99CCFF
               	}
	:link	 {
			Color : brown
		}
	:visited	 {
			Color : maroon
		}
	A:hover	 {
			Color : red
		}
	.title      	 {
			font-size: 200%;
			font-style: italic;
			font-weight: bold;
 			font-Family : Verdana, Arial, Helvetica, sans-serif;
			text-align: right;
			Color : white;
		}
	.ind   	 {
			font-size: 100%;
			font-weight: bold;
 			font-Family : Verdana, Arial, Helvetica, sans-serif;
			text-align: left;
			Color : red;
			Display: None;	
		}


	.answer   	 {
			font-size: 80%;
			font-weight: bold;
 			font-Family : Verdana, Arial, Helvetica, sans-serif;
			text-align: left;
			Color : black;
			Display: None;
		}

	TD.author	 {
			Font-Family : Verdana, sans-serif ;
			Color :  black;
			Background-Color : #FFC2A6 ;
			Font-Weight : Bold
		}

	TD.result	 {
			Font-Family : Verdana, sans-serif ;
			Color : #FFCC99;
			Background-Color : #990000 ;
			Font-Weight : Bold
		}
	TD.question	 {
			font-size: 80%;
			Font-Family : Verdana, sans-serif   ;
			Color : white ;
			Background-Color : #FF732F ;
		}
	TD.choices	 {
			Font-Family : Times, serif   ;
			Color : black ;
			Background-Color : #FFCC99
		}
	</STYLE>
