body { /*  Background color and Image decleration */
       background: #555555;
       font-family: Arial, Vendana, Geneva, sans-serif;
       font-size: 16px;
       font-weight: bold;
       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;
            }

div {
     width: 500px;
     background: #999999;
     margin-left: auto;
     margin-right: auto;
     margin-top: 175px; 
    }

h1 { 
     font-weight: bold;
     color: black;
     text-align: center;
     line-height: 100%;
     padding-top: 20px;
     padding-bottom: 40px;
    }


