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

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


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

body {

 overflow : auto;

}

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