body { /*  Background color and Image decleration */
       background: #cccccc url(backgrnd/Image6.jpg);
       font-family: Vendana, Geneva, Arial, sans-serif;
       font-size: 18px;
       font-weight: normal;
       height: 1.2em;
       color: black;
     }

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;
            }
p{ height: 1.25em; }

table{ 
         margin-left: auto;
         margin-right: auto;
         width: 250px;
       }
td{ 
         padding:  5px;
         text-align: center;
       }

h1 { font-size: 1.75em;
      font-weight: bold;
     color: #FFFFCC;
     text-align: center;
    }

