.floatleft {float: left; }
.floatright {float: right; }
.halfwidth {width: 50%; }
.clearboth {clear: both; }

body {
  background: #f2f2f2; 
  font: Arial; 
}

h1 { background: #004466;
color: white; margin-left: 10px; }

h2 { background: #dddddd; color: #b22222; }

 <STYLE>
<!--
a:link { color:Black; text-decoration: none; }
a:hover { color:#FF0000; text-decoration: none; }
a:visited { color:Blue; text-decoration: none; }
//-->
</STYLE>
