<style type="text/css">
#bogus{}
body {
        font: 12px tahoma;
        background: #ffffff;
		margin: 0;
		padding: 0;
    } 
h1 {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:12px;}
#header {
	background: #c7c4bb;
	background-image:url(/challenge/images/bkg-header.jpg);
	height: 110px;
	}
#header td {
	color: black;
	font-size: 11px;
	}
#header td a {
	color: #211e19;
	}
#content {
	height: 500px;
	padding: 10px;
	}
#content a {
	color: blue;
	}
#prognote {
	display:none;
	padding: 3px;
	margin: 5px;
	background: #0099ff;
	color: white;
	}
#p16content {
	color: #ff3300;
	}
#gameboard {
/*	border: 1px solid black;*/
	height: 450px;
	width: 950px;
	}
#gamemenu{
	width:200px;
	}
#gamemenu h1 {font-size:14px;}
#challengeimage {
	width: 240px;
	height: 580px;
	float: left;
	padding: 1px;
	margin-right: 10px;
	}
#loginwarning {
	text-align: center;
	padding: 50px;
	color: maroon;
	font-size: 14px;
	}
#loginwelcomeback {
	text-align: center;
	padding: 50px;
	color: blue;
	font-size: 14px;
	}
.required {
	color: red;
	}
#footer {
	position:relative;
	top: 50px;
	background: #c7c4bb;
	background-image:url(/challenge/images/bkg-header.jpg);
	background-position:bottom center;
	height: 40px;
	text-align:center;
	font-size: 11px;
	padding-top:10px;
	}
</style>
