/*
	This version is for pages with a black background
	Don't set font sizes, leave that up to the user
*/

p, a, dd, td, li, ul, dd, dl { 
	/* font-family: Times, serif; */
	font-style: normal; 
	font-weight: normal; 
	line-height: 150%; 
	text-indent: 0em;
	/* text-align: justify; */
}

A:link {text-decoration: none; color: #ccccff;}
A:visited {text-decoration: none; color: #ccffcc;}
A:active {text-decoration: none; color: #ccccff;}
A:hover {text-decoration: none; color: #ffcccc;}

body { 
	/* background-color: black */
	margin-top: 30px;
	margin-bottom: 100px;
	margin-left: 50px;
	margin-right: 50px;
}

blockquote {
	padding-top: 15px;
	padding-bottom: 15 px;
   line-height: 130%;
   font-family: Times, serif;
   color: #ffcccc;
}

pre, code {
	line-height: 120%;
	font-family: Courier, monospace;
	font-size: small;
	color: #ffffff;
}

H1 { 
	line-height: 125%;
	color: #ffffff;
	font-family: serif; 
	letter-spacing: 0.2em;
	font-size: x-large;
}

H2 {                    
   color: #ffffff;
   font-family: serif;
	letter-spacing: 0.1em;
	font-size: large;
}

H3 {                    
   color: #ffffff;
	letter-spacing: 0.1em;
   font-family: serif;
	font-size: large;
}

H4 {
	font-size: medium;
}

H5 {
   font-size: medium;
}

H6 {
   font-size: normal;
	font-weight: bold;
}


