<html>
<head>
<style>
body {background:white; color:black;}
  h1 {font-size:22pt; background-color=silver;margin-right:25%;text-transform: uppercase;}
  h2 {font-size:18pt; color:navy;}
  h3 {font-size:16pt; border-style:groove; border-color:red;margin-left:5%;margin-right:25%;}
  h4 {font-size:14pt; padding:5;}
  p  {font-size:12pt; margin-left:5%;}

  a:link {color:navy;}
  a:visited {color:navy;}
  a:active {color:navy;}

</style>
</head>
</html>