body {
   margin: 0px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
}

a:link { color: red; }
a:visited { color: black; }
a:active { color: black; }
a:hover { color: blue; background: white; }

.content, .menu {
   line-height: 16pt;
}

.menu {
}

.content {
}

