body
	{
	font-family:	Arial, Geneva, Helvetica;
	font-size:	12px;
	margin-top:	0px;
	margin-left:	0px;
	margin-right:	0px;
	margin-bottom:	0px;
	padding-top:    0;
	padding-left:   0;
	border-top:     0;
	border-left:    0;
	border-bottom:  0;
	border-right:   0;
	color:		#3A5F0B;
	text-align:center;
	}

table.main
{
	margin-left: auto;
	margin-right: auto;
    padding:      0em;
    border:       0em;

}

a:link, A:active
	{
	color		:	#004477;
	background	:	transparent;
	}
a:visited 
	{
   	color		:	#6D0026; 
  	background	:	transparent; 
	}		

p, ol, ul, blockquote, br, li, table
	{
	font-family:	Arial, Geneva, Helvetica;
	font-size:		12px;
   	color		:	#3A5F0B; 
  	background	:	transparent; 
	}
	
h1
	{
	font-family:	Arial, Geneva, Helvetica;
	font-size:		28px;
	font-weight:	bold;
	color:			#3A5F0B;
	background:		transparent;
	}

h2
	{
	font-family:	Arial, Geneva, Helvetica;
	font-size:		16px;
	font-weight:	bold;
	color:			#3A5F0B;
	background:		transparent;
	}

#quiz_results {
      border: 1px solid #00AA00;
      width: 450px;
      padding: 6px;
      }

#quiz {
      border: 1px solid #00AA00;
      width: 450px;
      padding: 6px;
      }

      .answer-sec {
      margin-left: 3em;
      }