 BODY {
  background-color: #FFFFFF; color: #000000;
}   
  a:link {color: #0000FF;} 
  a:visited {color: #800080;} 
  a:active {color: #FF0000;} 
  a:hover {color: green;}
  a.plain {
  text-decoration: none; 
  color: #FFFFFF; background-color: #003000;
}

  .button {
  text-decoration: none; 
  color: #FFFFFF;  background-color: #003000;
  font-variant: small-caps; 
  font-family: Verdana,sans-serif; 
  font-size:.7em; 
  font-weight: bold;
} 
  .button a:visited{
  text-decoration: none; 
  color: white;
}
  .button a:link{
  text-decoration: none; 
  color: white;
}

   #holder {
   margin: 0; padding: 0;
}

   .frame {
   border: 5px;
   border-style: ridge;
   border-color: #003000;
}
  .imgbord {
  border-width: 5px;
  border-color: #78A870;
  border-style: ridge;
}

  .b {font-weight: bold;}
  .center {text-align: center;} 
  .right {float: right;}
  .left {float: left;}
  .clear {clear: both;}
  .buf {margin-right: 2em;}
  .ind {margin-left: 2em;}
  .bg {font-size: large;}
  .i {font-style: italic;}
  .sm {font-size:  smaller;}
  .u {text-decoration: underline;}
  .in {text-indent: 1em;}

