body,table {
        margin: 0px;
        padding: 0px;
        font-family: "Trebuchet MS", Verdana, sans-serif;
        font-size: 12px;
}
.head_title {
         font-size: 30px;
        color: #FFF;
}
a {
  color: #AD4C21;
        text-decoration: none;
        border-bottom: 1px dashed;
        padding-bottom: 0px;
}
a:visited {
  color: #AD4C21;
        text-decoration: none;
        border-bottom: 1px dashed;
        padding-bottom: 0px;
}
a:hover {
        color: #000;
}
input,select,textarea {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        border: 1px outset;
}

