/* 
 * http://jpatokal.iki.fi/text/btm/btm.css
 * Cascading style sheet for "Behind the Mask"
 * Copyright Jani Patokallio 2000-2001
 *
 * color:white overused because Netscape's CSS handling sucks
 */

/* General */
BODY { color: white; background: black;
       margin-left: 1em; margin-right: 1em }
P { color: white }
LI { color: white }
OL { color: white }
A:link, A:visited { color: #964B0A }
A:active { color: white }
A:link, A:visited, A:active { text-decoration: none }

/* Alignment tables and quotes */
TABLE { margin: 0em }
TD { color: white }
BLOCKQUOTE { text-align: right; font-style: italic; font-size: 10pt ;
	     color: #AAAAAA }

/* Subchapter header */
H3 { font-family: monospace; font-weight: bold; font-size: 15pt;
     text-align: center; color: #964B0A }

/* Quoted text in body */
H4 { color: white; font-style: italic; margin-left: 2em; font-size 12pt }

BODY { color: white; background: black;
       margin-left: 1em; margin-right: 1em }

/* Picture caption */
H5 { font-style: italic; font-weight: normal; font-size: 10pt }

