body { /*  Background color and Image decleration */
       background: #cccccc;
       font-family: Arial, Vendana, Geneva, sans-serif;
       font-size: 16px;
       font-weight: normal;
       height: 1.2em;
       color: black;
       text-align: center;
     }

a:link { color: #0000cd;  /* MediumBlue */
           font-weight: bold; 
           background: white;
       }
a:visited { color: #ee82ee; /* violet */
             font-weight: bold;
             background: white;
          }
a:hover { background: yellow; }
a:active { color: red;
           background: white;
         }



h1 { 
     font-size: 1.75em;
     font-weight: bold;
   }

h2 { 
     font-size: 1.50em;
     font-weight: bold;
   }

