 a {
  color: black;
  }

a:visited {
	COLOR: #666666
}
a:hover {
	COLOR: #3399ff; TEXT-DECORATION: underline
}
body {
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; FONT-SIZE: 10px; FONT-WEIGHT: normal;
	background-image: url("bkgrd.gif");
	backgrounr-repeat: none;
	margin: 5px;
	padding: 0;
}
.mainContainer{
	padding-left: 20px;
	width: 80%;
}

h1 {
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
	FONT-SIZE: 10px;
	FONT-WEIGHT: bold;
	color: white;
}

h1 a {
 color: white;
 }

h1 a:visited {
 color: white;
 }

 
h3 {
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
	FONT-SIZE: 10px;
	FONT-WEIGHT: bold;
	color: black;
}

h5 {
	FONT-SIZE: 10px;
	FONT-WEIGHT: bold;
	color: black;
	margin-bottom: 10px;
}

h6 {
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	color: black;
	font-style: italic;
	margin-bottom: 10px;
}


.control {
	position: absolute;
	bottom: 0;
	right: 0;
} 

p {
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; FONT-SIZE: 10px; FONT-WEIGHT: normal; margin:0;
	}

ul {
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; FONT-SIZE: 10px; FONT-WEIGHT: normal;
  margin-left: 20px;
}

li {line-height: 12px;}

.italic {
	FONT-STYLE: italic
}
.bold {
	FONT-WEIGHT: bold
}

.answer {
 float: left; 
 margin-right: 20px; 
 height: 32px; 
 text-align: center; 
 color: #FF9900;
 cursor: pointer;
 background-repeat: no-repeat;
}

.answer p{
 margin: 9px; 
 font-weight: bold; 
 font-size: 12px;
 }

#ok {
 visibility: hidden;
 position: absolute;
 top: 0;
 }

#err {
 visibility: hidden;
 position: absolute;
 top: 0;
 }

.results{
 position: relative; 
 top: 1px;
 clear: both;
 }

