div#header {
width : 800px;
height : 150px;
text-align : center;
background-color: #99cc33;}

div#main {
height : 700px;
width : 800px;
text-align : center;}

body {
background-color:#ffff99;
color: #ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size: 12pt;
line-height:32px;
text-align:left;
text-decoration: none;}

a:link { 
	color: #cd1f24;
	font-weight:bold;
	text-decoration: none;}
	
a:visited { 
	color: #cd1f24;
	font-weight:bold;
	text-decoration: none;}
	
a:hover { 
	color: #3f1466; 
	font-weight: bold; 
	text-decoration: none;}
	

.red {
	margin-left:25px;
	color: #ff0000; 
	font-size: 18px; 
	font-weight: bold;}
	
.copyright {
	font-size:10px;
	color:#000000;
	text-align:center;
	width:800px;}
	
