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


h1 { font-size: 2.2em;
      font-weight: bold;
     color: #ff0000;
     text-align: center;
    }
h2 { font-size: 1.4em;
      font-weight: bold;
     color: black;
     text-align: center;
    }


h4 { font-size: 1.0em;
     font-weight: bold;
     color: black;
     text-align: center;
    }

#wrapper1 {
           width: 650px;
           margin-left: auto;
           margin-right: auto;
           background: #cccccc;
          }