A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline; color: #3d3d3d;}

.nav:link {text-decoration: none; font-family: arial; color: #818181; font-size: 11px;}
.nav:visited {text-decoration: none; font-family: arial; color: #818181; font-size: 11px;}
.nav:active {text-decoration: none; font-family: arial; color: #818181; font-size: 11px;}
.nav:hover {text-decoration: none; font-family: arial; color: #c1c1c1; font-size: 11px;}

.nav2:link {text-decoration: none; font-family: arial; color: #818181; font-size: 11px;}
.nav2:visited {text-decoration: none; font-family: arial; color: #818181; font-size: 11px;}
.nav2:active {text-decoration: none; font-family: arial; color: #818181; font-size: 11px;}
.nav2:hover {text-decoration: none; font-family: arial; color: #3d3d3d; font-size: 11px;}

H1
 { 
  font-size: 30px; 
  font-family: arial;
  font-weight: bold;
  color: #818181; 
  margin: 0px;
  line-height: ;
  text-decoration: none;
 }
 
H2
 { 
  font-size: 11px; 
  font-family: arial;
  font-weight: bold;
  color: #818181; 
  margin: 0px;
  line-height: ;
  text-decoration: none;
 }
 
TD
 { 
  font-size: 11px; 
  font-family: arial;
  color: #3d3d3d;
  line-height: ;
  text-decoration: none;
 }
 
.field 
 { 
  font-size: 11px; 
  font-family: arial;
  color: #3d3d3d;
  font-weight: bold;
  background-color: #ffffff; 
  border: #818181; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
  width: 200px;
  height: 20px;
 }
 
.textarea 
 { 
  font-size: 11px; 
  font-family: arial;
  color: #3d3d3d;
  font-weight: bold;
  background-color: #ffffff; 
  border: #818181; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
  width: 200px;
  height: 100px;
 }

.button
 {  
  cursor:hand; 
  font-size: 11px; 
  font-family: arial;
  color: #3d3d3d;
  font-weight: bold;
  background-color: #ffffff; 
  border: #818181; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
  width: 100px;
  height: 20px;
}