<!--

body, td {
background-color : #000000;
font-family : Arial, sans-serif, helvetica, helv;
color : #ffff55;
text-decoration : none;
font-weight : normal;
}
a:link, a:visited, a:active {
background-color : #000000;
font-family : Arial, sans-serif, helvetica, helv;
color : #4fa7ff;
text-decoration : underline;
font-weight : bold;
}
a:hover {
background-color : #000000;
font-family : Arial, sans-serif, helvetica, helv;
color:#20A7Ff;
text-decoration : underline;
font-weight : bold;
}
select, option, input, textarea {
font-family : Arial, sans-serif, helvetica, helv;
color : #ffff99;
font-size : 10pt;
text-decoration : none;
font-weight : normal;
background-color : #3A3A70;
border-color : #000000;
}

--> 