/* CSS Document */

body {font: 1em Tahoma, Helvetica, sans-serif;
	background: #d8d698;
	margin-left: 60px;
	margin-right: 60px;
	line-height: 1.5em;}
	
h1 {font-size: 1.5em;}
	
h2 {background: #b0ad63;
    padding: 3px;
	font-size: 1.2em;
	text-decoration: none;}
	
h3 {font-size: 1em;}
	
.logobox {width: 650px;
	vertical-align: middle;}
	
.logo {float: right;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	width: 360px;}
	
h1.main {float: left;
	width: 225px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	line-height: 1.7em;}
	
.maintext {clear: both;
	width: 600px;
	margin: 20px;
	padding: 10px;
	border-top: 0.5px solid #000;}

.answer {font-size: 1.1em;
    line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;}	
	
#names {margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 600px;}
	
/* link styles */
		
a {
	color: #000;
	}
	
a:hover {
	background: #666000;
	color: #d8d698;
	}
	
a:visited {
	color: #333;
	}
	

