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

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

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

body {

 overflow : auto;

}

input,text,select {
 border:solid 1px #C1B400;
 font-family:Verdana;
 background-color: #48797E;
 color:#C1B400;
}
