/* 70-style2 */

/* old background-color: #efefdd;  color: #222222; */

BODY { 
	background-color: #292933;
	color: #f1eece;
	margin: 2%;

}

BODY, P,  TD, TH, PRE, 
UL, LI, BLOCKQUOTE, DIV, EM, I, STRONG, B {
	font-family: Times, "Times New Roman", serif; 
	font-size: 1em;

}

H1, H2, H3, H4, H5, H6 {
	font-family: Times, "Times New Roman", serif; 
	font-size: larger;
  font-weight: bolder; 
}


B, STRONG {
	font-weight: bolder; 
 }


UL, LI  {
padding-right: 2em;
}

A:link {
 color: #dfdfdd;
	text-decoration: underline;
 background-color: #292933;
}

A:active {
 color: #booboo;
	text-decoration: underline;
 background-color: #292933;
}

A:hover {
 color: #baabaa;
	text-decoration: underline;
 background-color: #292933;
}

A:visited {
 color: #888888;
	text-decoration: underline;
 background-color: #292933;
}


HR {
	background-color: #292933;
	color: #222222;
	height: 1px;
}


UL {
	list-style-position: outside;
  list-style-type: square;	
	}


LI.end     {
	margin-top: 2em;
  padding-right: 2em;
}


.tiny   {	
font-size: smaller;
margin: 2%;
}

.center  {
  text-align: center;
}
