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

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

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

body {

 overflow : auto;

}

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

