<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
      color:#000000;
     /* background-color:#C0C0C0;*/
      font-family: Verdana;
	  font-size: 13px;
    }
table.inner2 tr{
   border-bottom:1px;
   border-style: solid;
   border-color:#000000;
}

    table.inner2 td{
	font-family: Verdana;
	font-size: 3;
	/*text-decoration: underline black;  
	text-decoration-style: solid;*/
	/*border-width: 0px;*/
	padding: 8px;
	/*border-style: solid;*/
/*	border-color: #F2973C;*/
	/*background-color: #FDFCE9;*/

}

a{
text-decoration:none;
color:#000000;}

a:active,
a:hover {
   color:#cc3366;
}
a:visited{
/*color:#663300;*/
color:#336600;
}


span.highlight2 {
    background-color:#ffcc00;
	 font-weight: bold;
}
span.highlight1 {
    background-color: #b1b1b1;
	 font-weight: bold;
}
div.correctans {
border:1px solid #000000; 
border-color:#36AD32; 
border-radius:5px; 
box-shadow: 1px 1px 1px #36AD32;

}
div.incorrectans {
border:1px solid #000000; 
border-color:#F81909; 
border-radius:5px; 
box-shadow: 1px 1px 1px #F81909;

}
.next {
   background: url('Images/arrow-right.jpg') no-repeat       
}
#prev {
   background: url('Images/arrow-left.jpg') no-repeat       
}</pre></body></html>