body {
	font: 100%;
	font-family: Verdana, Geneva, sans-serif;
	background: #FFF;
	margin-top:50px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #FFF;
	background-image: url(Bgrnd.gif);
}

P {
	font-size: 8.5pt;
	line-height: 8pt;
	margin-top:8px;
	margin-bottom: 0;
	font-family: Verdana, Geneva, sans-serif;
}

.selected p {
	color:#DDD;
	}

h1 {
	font-size: 10pt;
	font-style: normal;
	color:#000;
	margin:0;
}

a:link {
	color: #000;
	}
a:visited {
	color: #000;
	}
a:hover {
	color: #000;
	}
a:active {
	color: #39F;
}

.head {width:900px; margin-bottom:30px; margin-top:10px; padding:0}

.question p, .question h1{
	color:#CCC
}

.question h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;}
.question p {
	margin-top:20px;
	margin-left:15px;}
