/*
template.css
Default CSS styles.
*/

a, td, p, body {
color: #000099;
font-family: "Verdana", "Arial", "Helvetica";
font-size: 20pt;
text-decoration: none;
}

td, p, body {
color: black;
}

a:hover {
color: #990000;
}

div, body, img {
margin: 0px;
padding: 0px;
}

.sf, .smallfont, .tt, .tl {
font-size: 12pt;
}

.tt {
font-weight: bold;
}

#ol {
position: absolute;
visibility: hidden;
}