<style>
.title { color: yellow }  

a:link { text-decoration: none; color: red }
a:visited { text-decoration: none; color: darkred }
a:active { text-decoration: none; color: red }
a:hover { text-decoration: underline }

a:hover.menubar { text-decoration: none }

body { background-color: black }

td {color: silver; font-family: "Comic Sans MS", Papyrus, monospace; font-size: 10pt }
th {color: silver; font-family: "Comic Sans MS", Papyrus, monospace; font-size: 12pt; font-weight: bold }
span.title { color: yellow; font-size: 12pt }
em { color: yellow; text-decoration: none }
spec { color: yellow; text-decoration: none }
 
h1, h2, h3, h4, h5 .title { color: yellow } 
.content_area { background-color: #330033 }
.menu_area { background-color: #666666 }
.background_area { background-color: #999999 }
.weekend { background-color: #333333 }
.current_day { background-color: #FFFF00 }
.copyright { font-size: 8pt; color: black }

</style>
