/* page */
body {background-color: #000000; color: #ffffee; padding: 0;
	font-family: "arial"}

/* hyperlinks */
a:link {color: #00ff00; text-decoration: underline}
a:visited {color: #eeee00; text-decoration: underline}
a:active {color: #00ffff; text-decoration: underline}
a:hover  {color: #00ff00; text-decoration: underline}

/* text formatting */
font.header, font.date {background-color: #009900; font-weight: bold}
p {text-indent: 1cm}
hr {width: 80%; color: #009900; background-color: #009900}

/* tables */
table {background-color: #009900; border-width: 0}
td {background-color: #000000; padding: 3; bgcolor: #000000}
table.invisible {background-color: #000000; width: 100%};


