/* This is fully described in the CSS Section */

body{
      background:url(example.gif);
      color:ff0000;
      font-family:Arial, Impact, "Arial Narrow";
      font-size:18;
      font-style:italic;
    }

a{
      color:0000ff;
      font-family:Impact, "Arial Narrow";
      font-size:10;
      text-decoration:underline;
    }

a:hover{
      color:ff0000;
      font-family:"Arial Narrow";
      font-size:12;
      font-weight:bold;
    }

h3{
      text-decoration:underline;
    }

a.Menu{
      color:#ff0000;
      font-weight:bold;
      text-decoration:underline;
      font-size:20;
    }