.level1 {  font-size: 10pt }
.level2 {  font-size: 9pt; clip: rect(   )}

a:link {
color : white;
text-decoration: none;
}

a:visited {
color : white;
text-decoration: none;
}

a:hover {
color : white;
background-color: blue;
position: relative; left: 2px; top: 2px;
text-decoration: none;
}

a:active {
color : yellow;
text-decoration: none;
}

body {
font-size: 10pt;
font-family : arial,verdana,helvetica;
font-weight: bold;
line-height:15.5pt;
background-image: url("");
background-color: #CC0000;
scrollbar-arrow-color: blue;
scrollbar-face-color: #CC0000;
}