/* 
 * http://jpatokal.iki.fi/text/j3j/rtb.css
 * Cascading style sheet for "Ruff, Tuff and in the Buff"
 * Copyright Jani Patokallio 2000-2001
 */

/* General */
BODY { color: black; background: #EFEFEF;
       margin-left: 1em; margin-right: 1em }
A:link, A:visited { color: green }
A:active { color: green }
A:hover { color: blue }
A:link, A:visited, A:active { text-decoration: none }

/* Normal text */
P { margin: 1em }
DIV{ margin-left: 1em }
DIV[align="right"]{ margin-right: 1em }

/* Citations */
BLOCKQUOTE { text-align: right; font-style: italic; font-size: 10pt; }

/* Chapter title */
H1 { font-family: helvetica; font-weight: bold; font-size: 18pt;
     text-align: center; color: black ; margin-left: 0em}

/* Special titles */
H2 { font-family: monospace; font-weight: bold; font-size: 15pt;
     text-align: center; color: green }

/* Subchapter header */
H3 { font-family: monospace; font-weight: bold; font-size: 15pt;
     text-align: left; color: green }

/* Subchapter header */
LI { margin-left: -1em }

/* Picture captions */
H5 { font-style: italic; font-weight: normal; font-size: 10pt }

/* Image rows */
TABLE { width: 100%; align: center; border: 0px;
	padding: 3px 3px 3px 3px;
	margin-top: 0em; margin-bottom: 1em; border-spacing: 0px }
TD { text-align: center; vertical-align: top }
IMG { border: 1px solid black; margin-top: 0; margin-bottom: 10 }
IMG[logo=yes] { border: 0px }

HR { align: center; width: 80%; size: 1 }

