BODY{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color: #ffffff;
}

<style type="text/css">

* html #leftmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/

}

#leftmenu a{
font: bold 15px Trebuchet MS, Helvetica, sans-serif;
padding: 5px;
padding-left: 20px;
padding-right: 20px;
display: inline;
width: 160;
color: #ffffff;
text-decoration: none;
background-color: #A3ABE3;

}

#leftmenu a:hover{
color: #cccccc;

}

#leftmenu a:active{
color: #cccccc;

}

#leftmenu .act{
font: bold 15px Trebuchet MS, Helvetica, sans-serif;
padding: 5px;
padding-left: 20px;
padding-right: 20px;
display: inline;
width: 160;
color: #2A2782;
text-decoration: none;
background-color: #ffffff;

}

#maintext .tr:hover{
background-color: #dddd22;
}

#maintext .featurehead{

font: bold 15px Trebuchet MS, Helvetica, sans-serif;	
color: #2A2782;
text-decoration: none;
}

#maintext .featurehead a:link{

font: bold 15px Trebuchet MS, Helvetica, sans-serif;	
color: #7F8CBF;
text-decoration: none;
}

#maintext .featurehead a:visited{

font: bold 15px Trebuchet MS, Helvetica, sans-serif;	
color: #003371;
text-decoration: none;
}


#maintext .featurehead a:hover{

color: #000000;
text-decoration: none;
}

#maintext .featurehead2{
font: bold 12px Trebuchet MS, Helvetica, sans-serif;	
color: #2A2782;
text-decoration: none;
}


#maintext .featuretext{
font: 13px Trebuchet MS, Helvetica, sans-serif;	
color: #2A2782;
text-decoration: none;
}
#maintext .featuretext2{
font: 10px Trebuchet MS, Helvetica, sans-serif;	
color: #000000;
text-decoration: none;

}

#maintext .featureminitext{
font: 9px Trebuchet MS, Helvetica, sans-serif;	
color: #000000;
text-decoration: none;
}


#leftmenu a{ /*Non IE rule*/
width: auto;
}


#leftmenu h1{ /*Non IE rule*/
width: auto;
}

</style>