body {
   font-family: sans-serif;
   font-size: 12px;
   color: black;
   margin:10px 10px 0px 10px;
   padding:0px;
}
a {
   font-size: 10px;
}
a:link {
   text-decoration:none;
   color:black;
}
a:visited {
   text-decoration:none;
   color:black;
}
a:active {
   text-decoration:none;
   color:black;
}
a:hover {
   text-decoration:underline overline;
   color:darkblue;
}

	#mainright {
		width:33%;
		float:left;
		background:#fff;
		padding-bottom:10px;
		}
	
	#maincenter {
		width:34%;
		float:left;
		background:#fff;
		padding-bottom:10px;
		}
	
	#mainleft {
		width:33%;
		float:left;
		background:#fff;
		padding-bottom:10px;
		}