td{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-color: #000066;
}

a{
  color: blue;
  text-decoration: none;
}

a:hover{
  color: blue;
  text-decoration: underline;
}

select{
  border: 1px solid #336699;
}

textarea,input{
  border: 1px solid #336699;
}