p,td,input,a
{
  FONT-SIZE: 11px; 
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.buttons {  font-family: Verdana, Arial, Helvetica, sans-serif; 
            font-size: 12px; 
            font-weight: bold; 
            color: #E7E3A5; 
            border: #000000; 
            border-style: ridge; 
            border-top-width: thin; 
            border-right-width: thin;
            border-bottom-width: thin;
            border-left-width: thin; 
            background-color: #63655A
         }

.textfield {  font-family: Verdana, Arial, Helvetica, sans-serif; 
              font-size: 12px; 
              color: #000000; 
              background-color: #E7E3A5; 
              border: thin #63655A ridge
           }
a {  text-decoration: none;
  }
a:link { }
a:visited { }
a:active { }
a:hover { text-decoration: underline;
          color: #000000
        }

/* DARK: The site's dark color */
.dark {  background-color: #63655A; 
         color: #BDBE8C
      }

/* MED: The site's mediuam color */
.med {  background-color: #BDBE8C;
        color: #000000
     }
p { margin-left: 10px }