body,p,table,td,select,textarea,input,ul,ol {
  font-family: Arial, Helvetica, Tahoma, Verdana;
  font-size: 9pt;
  color: #464646;
}

body{
  background-color: #fff5e3;
}

P, UL, OL { margin-top: 0px; margin-bottom: 0px; }

a{
  color: #000000;
  text-decoration: none;
}
a:hover{
  color: #7d380f;
  text-decoration: underline;
}

input{
  color: black; 
}