<html>
 <style type="text/css">
<!--
  body  {
        background: white;
        }
  a.menulink, a.menulink:link, a.menulink:visited, a.menulink:active
        {
        display: block;
        text-decoration: none;
        color: black;
        border: 1px #F0B454 solid;
        }
  a.menulink:hover
        {
        background-color: #AED7FF;
        border: 1px blue solid;
        }
  a.textlink, a.textlink:link, a.textlink:visited, a.textlink:active
        {
        text-decoration: none;
        color: black;
        }
  a.textlink:hover
        {
        background-color: #AED7FF;
        border: 1px blue solid;
        }
  h1    {
        font-size: 25px;
        font-weight: bold;
        }
  .box  {
        border: 2px blue solid;
        background: white;
        }

-->
</style>
</html>
