A, A:hover {
    text-decoration: underline;
    color: white;
}
INPUT,SELECT,OPTION, TEXTAREA {
    font-family: helvetica;
    font-size: 10px;
    background-color: #f3f2ed;
    color: #333333;
}
FORM {
    margin-bottom : 0px;
    margin-top : 4px;
    font-family: helvetica;
    font-size: 10px;
}
BODY {
    background: #ffffff;
    color: #000000;      
    margin-left : 10px;
    margin-top : 10px;
    margin-right : 10px;
    margin-bottom : 10px;
    font-family: Tahoma, Arial,helvetica;
    background-image : none;
    background-color : #ffffff;
}
.content {
  font-size: 80%;
  color: white;
}
.small {
  font-size: 80%;
}

