BODY {
	color: black;
	background-color: white;
	margin-left: 1em;
	margin-right: 1em;
}

A {color: black;}
A:active {color: black;}
A:hover {color: blue;}
A[name]:hover {color: black;}
A:visited {color: gray;}

P {text-align: justify;}
.right {text-align: right;}
.center {text-align: center;}
.justify {text-align: justify;}

H1, H2 {text-align: center;}

TABLE {border: none;}
TH, TD {vertical-align: top;}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}
IMG {border: none;}
IMG.inline {vertical-align: middle;}

BLOCKQUOTE {margin-left: 5cm;}
DIV.epigraph {
	float: right;
	width: 50%;
	margin-bottom: 1cm;
}
P.clear {clear: right;}
P.outdent {
	margin-left: 10px;
	text-indent: -10px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}

