html, body{	margin: 0px;	padding: 0px;	font-family: sans-serif;	font-size: 12px;	color: #000000;	text-align: center;	background-color: #66cc66;	}/* The header and footer dot marks are class*/.head{	display: block;	height: 120px;	background: #66cc66;	color: white;	text-align: center;	padding: 5px;	font-size: 30px;	font-family: sans-serif;	font-weight: bold;}.foot{	display: block;	background: #66cc66;	color: #fff;	text-align: center;	padding: 5px;	font-size: 24px;}.center{	position: relative;	display: block;	}/* This bit does all the work hash marks are id*/#container{	display: block;	height: auto;	background-color: #66cc66;}#left{	float: left;	position: relative;	width: 200px;	left: 0px;	text-align: left;	font-size: 14pt;}#right{	float: right;	position: relative;	width: 190px;	right: 0px;	text-align: left;	font-size: 14pt;}#center{	margin-left: 210px;	margin-right: 210px;	position: relative;	display: block;	color: #000000;	font-size: 12pt;}.clear { clear: both; }a:link{	color: #000;	text-decoration: none;	text-indent: 0pt;	text-align: left;	text-transform: none;	word-spacing: normal;	letter-spacing: normal;	font-family: sans-serif;	font-style: normal;	font-variant: normal;	font-weight: normal;	vertical-align: baseline;	font-size: 10pt;	border-style: none;}a:visited img{	border-style: none;}a:visited{	color: white;	text-decoration: none;	text-indent: 0pt;	text-align: left;	text-transform: none;	word-spacing: normal;	letter-spacing: normal;	font-family: sans-serif;	font-style: normal;	font-variant: normal;	font-weight: normal;	vertical-align: baseline;	font-size: 10pt;	border-style: none;}a:hover{	color: #00FF00;	text-decoration: none;	text-indent: 0pt;	text-align: left;	text-transform: none;	word-spacing: normal;	letter-spacing: normal;	font-family: sans-serif;	font-style: normal;	font-variant: normal;	font-weight: normal;	vertical-align: baseline;	font-size: 10pt;	border-style: none;}a:active{	color: #FF00FF;	text-decoration: none;	text-indent: 0pt;	text-align: left;	text-transform: none;	word-spacing: normal;	letter-spacing: normal;	font-family: sans-serif;	font-style: normal;	font-variant: normal;	font-weight: normal;	vertical-align: baseline;	font-size: 10pt;	border-style: none;}table{	width: 600px;	font-family: sans-serif;	background-color: #66cc66;	border-style: none;	border-width: 10pt;	text-align: left;}th{	text-align: left;	font-size: 9pt;}td{	text-align: left;	color: white;	font-size: 9pt;}p{	color: #FFF;	text-decoration: none;	text-indent: 0pt;	text-align: center;	text-transform: none;	word-spacing: normal;	letter-spacing: normal;	font-family: sans-serif;	font-style: normal;	font-variant: normal;	font-weight: normal;	vertical-align: baseline;	font-size: 10pt;}.thumbnail{	float: left;	height: auto;	width: 120px;	margin: 0 15px 15px 0;	padding: 5px;	display: inline;	}.freethumbnail{	float: left;	height: 300px;	width: 120px;	border: 0px solid #66cc66;	margin: 0 15px 15px 0;	padding: 5px;	display: inline;	border-style: solid;	border-color: #960;}.clearboth { clear: both; }
