@charset "iso-8859-1"; 

body {
  scrollbar-face-color:black;
  scrollbar-arrow-color:white;
  scrollbar-track-color:black;
  scrollbar-shadow-color:black;
  scrollbar-highlight-color:black;
  scrollbar-3dlight-color:black;
  scrollbar-darkshadow-color:black;
  background-color: white;
  font-family: verdana;
  font-size: 11px;
  color: black;
  padding:0px;
  margin:0px;}


a:link { color: #808080; text-decoration: none; font-family:verdana; font-size:11px; border-bottom:1px solid black;}
a:active { color: #808080; text-decoration: none; font-family:verdana; font-size:11px; border-bottom:1px solid black;}
a:visited { color: #808080; text-decoration: none; font-family:verdana; font-size:11px; border-bottom:1px solid black;}
a:hover { color: black; text-decoration: none; font-family:verdana; font-size:11px;}

.submit input
{
margin-left: 4.5em;
} 
input
{
color: black;
background: white;
border: 2px solid black;
}

textarea
{
color: black;
background: white;
border: 2px solid black;
}

