h1, h2 { 
font-family : sans serif; 
color : white; 
} 
h2 { 
text-decoration : underline; 
} 
.figure { 
float : left; 
} 
body { 
background-color : black; 
} 

#mainbody { 
color : olive;
font : 100% Arial, Helvetica, sans-serif; 
float : left; 
width : 68%; 
background : black; 
padding : 5px; 
font-size : 18px; 
} 
#sidebar { 
color : maroon; 
float : right; 
width : 27%; 
background : #ffff90; 
padding : 5px; 
font-size : 22px; 
background-color : black; 
} 
<style type="text/css">
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {font-size:25; font-weight:bold; color: maroon;}
</style>

<!--
a {text-decoration:none}
//-->

