<style type="text/css">


A  {
cursor: auto;
text-decoration: underline;
}

A:link  {
color: #000099;
background: transparent;
text-decoration: underline;
}

A:visited  {
color: #;
background: transparent;
text-decoration: underline;
}

A:active  {
color: #ff3300;
background: transparent;
text-decoration: underline;
}

ADDRESS  {
margin: 0px 10px 0 10px;  
font: italic 12px Verdana, Arial, san-serif; 
}


BODY  {
margin: 0px 0px 0px 0px;  
font: 7px Verdana, Arial, san-serif;
cursor: default;
color: #000000;
background-repeat: no-repeat;
}



/* To avoid overriding boldness/italicity by using font*/
DIV  {
margin: 0px 0px 0px 0px;
font: 7px Verdana, Arial, san-serif;
}


h1  {
   	font-family : Arial;
   	font-size : 18pt;
   	font-style : normal;
   	line-height : normal;
   	font-weight : bold;
   	color : #c3333f;

   	
   }
   
   h2  {
   	font-family : Arial;
   	font-size : 14pt;
   	font-style : normal;
   	line-height : normal;
   	font-weight : bold;
   	color : #c3333f;
   
   }
   
   h3  {
   	font-family : Arial;
   	font-size : 12pt;
   	font-style : normal;
   	line-height : normal;
   	font-weight : bold;
   	color : #c3333f;
   }

	TD
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:8pt;
		text-decoration:none;
	}

	.answer
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:8pt;
		text-decoration:none;
		color : #c3333f;
	}

	.question
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:8pt;
		text-decoration:none;
		color : Black;
		font-weight : normal;
	}




P  {
margin: 6px 0% 6px 0%;  
font: 12px Verdana, Arial, san-serif;
}


</style>