body  {
	font-family:"Comic Sans MS","gallery","arial";font-size: 16pt;

	background: white;
	margin: 0; /* 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: black;
	
	
}


h1 {font-family:"Comic Sans MS","gallery","arial";color:blue;}
h2 {font-family:"Comic Sans MS","gallery","arial";color:blue;}
H3 {font-family:"Comic Sans MS","gallery","arial";color:blue;}
a{
	color: blue;
	background-color: white;
}
a:visited
{
	color:#660066;
	background-color:white;
}
a:hover{
	color:#CC33FF;
	background-color: white;
}
table
{
	border: thin;
	padding: inherit;
	width: inherit;
	
	
	margin-left: auto;
	margin-right: auto;
}
#head {
	background-color: white;
}
#maincontent {
	
}
#left {
float: left;
width: 45%;

}
#right {
float: left;
width: 45%;

}
#footer {
clear: both;

}