body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #5E85D7;
	margin-top: 0px;
}
a {
	font-size: 12px;
	color: #5E85D7;
	font-weight: bold;
}
a:visited {
	color: #5E85D7;
}
a:hover {
	color: #5E85D7;
}
a:active {
	color: #5E85D7;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
	padding-left: 10px;
}
h3 {
	font-size: 14px;
}
<style type="text/css">



#blueblock{
width: 180px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}
a.white-link:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.white-link:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.white-link:hover {
	text-decoration: underline;	
	color: #FFFFFF;
	font-weight: bold;
}
a.white-link:active {
	text-decoration: none;	
	color: #FFFFFF;
	font-weight: bold;
}
a.gray-link:link {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a.gray-link:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a.gray-link:hover {
	text-decoration: underline;	
	color: #666666;
	font-weight: bold;
}
a.gray-link:active {
	text-decoration: none;	
	color: #666666;
	font-weight: bold;
}
#left .box {
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc; 
border-bottom: 1px solid #ccc; 
margin: 0 0 10px 10px;	
padding: 5px 0 10px 0;
background-color:#FFFFFF;
}