body { /*  Background color and Image decleration */
       /* background: #cccccc url(backgrnd/Image6.jpg); */
       background-color: #708090;
       font-family: Vendana, Geneva, Arial, sans-serif;
       font-size: 16px;
       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;
            }

table{ background-color: white;
         border: thin solid black;
         border-collapse:  collapse;
         margin-left: auto;
         margin-right: auto;
         width: 350px;
        font-size: 0.85em
       }

th, td{ border-color: black;
          border-style: solid;
          border-width: 1px;
         padding:  5px;
         text-align: left;
       }
th { background-color: maroon;
      color: white;
    }

h1 { font-size: 1.25em;
      font-weight: bold;
     color: #FFFFCC;
     text-align: center;
    }
h2 { font-size: 1.25em;
      font-weight: bold;
     color: #FFFFCC;
     text-align: left;
    }
h3 { font-size: 1.25em;
      font-weight: normal;
     color: white;
     text-align: left;
    }
h4 { font-size: 0.90em;
      font-weight: normal;
     color: white;
     text-align: left;
    }
