FONT , body , td , a {
 text-decoration : none;
 font-family : Verdana;
 color: #A7A9AC;
}

a:visited { color : #A7A9AC; text-decoration : underline; }
a:link    { color : #A7A9AC; text-decoration : underline; }
a:active  { color : #A7A9AC; text-decoration : underline; }
a:hover   { color : #A7A9AC; text-decoration : underline; }

menu { font-family : Verdana; color: #A7A9AC; }
a.menu:visited { color : #A7A9AC; text-decoration : none; }
a.menu:link    { color : #A7A9AC; text-decoration : none; }
a.menu:active  { color : #A7A9AC; text-decoration : none; }
a.menu:hover   { color : #A7A9AC; text-decoration : underline; }

body {

 overflow : auto;

}

input,text,select {
 border:solid 1px #A7A9AC;
 font-family:Verdana;
 font-size:11px;
 background-color: #99644B;
 color:#A7A9AC;
}
