/* 
 * 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: black; background: #DDDDDD;
       margin-left: 3em; margin-right: 3em }
P { color: black }
A:link, A:visited { color: #000000 }
A:active { color: black }
A:link, A:visited, A:active { text-decoration: none }
HR { align: center; width: 60%; size: 3}

/* Alignment tables and quotes */
TABLE { margin: 0em }
TD { color: black }
BLOCKQUOTE { text-align: right; font-style: italic; font-size: 10pt ;
	     color: #AAAAAA }

H2 { align: center }
