body 
{
	font-family: Georgia, helvetica, Arial, sans-serif; 
	margin-left: 20px;  
	padding-left: 60px;
	margin-top: 20px;
	padding-top: 20px;	
	width: 60%;
	color: #cccccc;
	background-color: #000000;
}

H1 {text-decoration: none; font-weight: bold; font-size: 300%; letter-spacing: 5px;}
H2 {text-decoration: none; font-weight: bold; font-size: 200%; letter-spacing: 3px;}
H3 {text-decoration: none; font-weight: bold; font-size: 150%; letter-spacing: 2px;}

A {text-decoration: none;}
A:link {color: #ffffff; border-bottom: 1px dotted #ffffff} 
A:visited {color: #999999;; border-bottom: 1px dotted #999999}
A:hover {color: #ffffff; border-bottom: 1px dotted #ffffff} 

hr {width: 25%; border:none; border-top: 2px solid gray;}

em {font-style: italic;}
em em {font-style: normal;}
acronym {border-bottom: 1px dotted red; cursor: help;}
strong {font-weight: bold}

blockquote {color: #cccccc; background-color: #333333; border: dotted white 2px; padding-left: 40px; padding-right: 20px; padding-top: 7px; padding-bottom: 7px; margin-left:40px;  margin-right:0px}
.epigraph{font-style: italic; margin-left: 40%}

.x {font-size: x-small; text-align: right; width:100%; margin-bottom:0px; padding-bottom:0px}
.x A {color: black; border-bottom: 1px dotted black}

.grayedout {color:#808080;}

LI {padding-left:5px; margin-left: 5px; list-style-position: outside;}
UL LI {list-style-type: disc;}
UL UL LI {list-style-type: circle;}
UL OL LI {list-style-type: decimal;}
UL OL OL LI {list-style-type: lower-alpha;}
UL UL UL LI {list-style-type: disc;}

