
a    { 
     link: green;
     hover: red;
     visited: green
     }

body {
     color:blue
     background-color: #fadfa3;
     background-image: url(../Pics/back.gif);
     background-repeat: repeat
     } 

h1   {
     color:blue;
     text-align:center
     }

h2   {
     color:black;
     text-align:center
     }

table {
      border-width:medium;
      border-top-width:medium;
      border-bottom-width:fine;
      border-style:double;
      border-right-width:fine;
      margin:0;
      padding:3;
      }

table.box {
      border-width:medium;
      border-top-width:fine;
      border-bottom-width:fine;
      border-style:double;
      border-right-width:fine;
      margin:0;
      padding:3;
      }

table.plain {
      border-width:none;
      border-top-width:none;
      border-bottom-width:none;
      border-style:none;
      border-right-width:none;
      margin:0;
      padding:3;
      }

tr    {
      border-width:medium;
      border-style:single;
      }

td    {
      border-width:medium;
      border-style:single;
      }

.black {color:black}
.blue  {color:blue}
.red   {color:red}

.center {text-align:center)