
h1    { font-size: 50px;
        margin: -5px;
        font-weight: bolder;
        font-family: Georgia, Times; 
       color: #222222; 
       text-shadow: #555555 3px 3px 6px, #999999 -1px -1px 0px; 
      }

a     {text-decoration: none;
      color: blue;
      }

a:hover {color: #005577;
        background-color: #f0f7ff;
      }

a:link, a:visited, a:hover
 		  { width: 100px;
        padding: 5px;
        display: marker;
        border: 0;
      }