 
/* --- external CSS style sheet --- */

body {
               background-color: #999999;
               background-image:url(images/bkgd.jpg);
               text-align: left;
               }

#footer {
      width: 100%; 
      float: left;
      background-color: #999999; 
      text-align: center; 
      border: 1px #000000 solid; 
      padding: 4px 0px;
      }

div.header {
      background-color:#000000;  
      border: 10px dotted #ffffff; 
      text-align: center; 
      }

div#buttons {
      width: 125px;
      float: left;
      }

div.butText { 
      display: block; 
      background-color: #000000; 
      border: 8px #ffff00 ridge;  
      font-size: 1.40em; 
      text-align: center;
      text-decoration: none;
      font-weight: bold;
      margin: 2px;
      font-family: "comic sans MS";
      }

div.butText a:link { 
      color: #ffffff;
      }

a:link { 
      color:#336699;
      }

a:visited {
     color:#ffff00;
     }

a:hover {
     color: #993366;
     }

#buttons  a:hover {
     display: block; 
     background-color: #ffffff;
     color:#000000;
     }

a:active {
     color:#999999;
     }
