/* Author: Tobi Vollebregt */

BODY { font: 80% verdana,helvetica,sans-serif; background-color: #000; color: #FFF }
ADDRESS { font-style: normal; font-size: 80%; text-align: center; margin: 0em }

A { text-decoration: none }
A:link, A:visited { color: rgb(127,127,255) }
A:active, A:hover { color: rgb(191,191,255) }
A.download { font-size: 80% }
A.download:link, A.download:visited { color: rgb(255,0,0) }
A.download:active, A.download:hover { color: rgb(255,127,127) }
A IMG { border-style: none }
DIV.image { text-align: center }
IMG.left { float: left }
IMG.right { float: right }

H1, P.header { text-align: center; margin-top: 0em; margin-bottom: 0em }
H2, H3, H4, P, UL, OL { margin-top: 0.5em; margin-bottom: 0.5em }
H1, H2, H3, H4 { font-weight: bolder }
H1 { font-size: 500% }
H2 { font-size: 200% }
H3 { font-size: 150% }
H4 { font-size: 120% }

HR { color: #00FF00; /*margin: 0em; width: 100%; height: 1px; clear: both*/ }

P.label { text-align: right }
P.mtime { font-size: 80%; text-align: center; }

FORM { text-align: center }
INPUT { font-family: courier new, courier, monospace }

SPAN.comment { color: #8080FF }
SPAN.keyword { color: #FFFF00 }
SPAN.string { color: #FF8080 }
SPAN.number { color: #00FF00 }
SPAN.symbol { color: #A0A0A0 }
