body, table {
  color: #000000;
  font-family: arial;
  font-size: 13px;
}
 a, a:visited, a:active {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #565656;
    text-decoration: underline;
    font-weight: normal;
}

textarea, input {
 color : #333333;
 font-family : Verdana;
 font-size : 13px;
 background: #FFFFFF;
 background-image: url('images/input.gif');
}

