body { /*  Background color and Image decleration */
       background: #cccccc;
       font-family: Arial, Vendana, Geneva, sans-serif;
       font-size: 18px;
       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.25em;
     font-weight: bold;
     color: red;
   }

h2 { 
     font-size: 1.25em;
     font-weight: bold;
     color: #0076b2;
   }

h3 { 
     font-size: 1.00em;
     font-weight: normal;
     color: #ffff33;
   }

h4 { 
     font-size: 0.90em;
     font-weight: normal;
     color: green;
   }
