@charset "iso-8859-1"; 
 
<style="text/css">
<!--
body {
    background-color: #ffffff;
}
a:link {
 color: #800000;
}
a:visited {
  color: purple;
}
a:hover {
  color: red;
  background-color: yellow;
} 
p {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000000;
  font-size: 16px;
}
h2 {
font-weight: bold;
color: maroon;
text-align: center;
}	         
-->
</style>
