BODY { color: black; }
  :LINK { color: rgb(26, 54, 106) }  /* for unvisited links */
  :VISITED { color: rgb(26, 54, 106) } /* for visited links */
  :ACTIVE { color: rgb(26, 54, 106) } /* when link is clicked */
  :HOVER { color: rgb(146, 148, 152) } /* when mouse is over link */
   A.PLAIN { text-decoration: none }

   H1 { absolute-size: x-large; 
   	font-family: Arial, sans-serif; 
   	font-weight: bold;
   	color: rgb(128,0,0) }

   H2 { absolute-size: large; 
   	font-weight: bold;
   	font-family: Arial, sans-serif; 
   	color: rgb(255,255,255) }

   H3 { absolute-size: x-small; 
   	font-weight: normal;
   	font-family: Arial, sans-serif; 
   	color: rgb(255,0,0) }
   	
   H4 { absolute-size: small; 
   	font-weight: bold;
   	font-family: Arial, sans-serif; 
   	color: rgb(0,0,0) }

   H5 { absolute-size: x-small; 
   	font-weight: normal;
   	font-family: Arial, sans-serif; 
   	color: rgb(0,0,0) }

   H6 { absolute-size: xx-small; 
   	font-weight: normal;
   	font-family: Arial, sans-serif; 
   	color: rgb(0,0,0) }
	
.buttonscontainer {width: 100%;
					white-space: nowrap;
					margin: 0px;
				    padding: 0px;
					background-color: #000000;}

.buttons a.correct {margin:0px;}

.buttons a {color: #000000;
border: 1px solid;
background-color: #DEDEE7;
padding: 2px 7px;
padding-left: 5px;
font: 11px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
border-color:  #000000 #000000 ;
display: inline;
margin-left: -5px;
width: 100%
text-align: left;}

.buttons a:hover {border: 1px solid;
padding-left: 6px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 7px;
background-color: #00639C;
border-color: #000000   #000000;
color: #FFFFFF;
text-decoration: none;}