/* for safety use the descendant selector space */
/* should the footer be themed? */

#body_core {
color: #ffffff;
}

div#body_core DIV {
}

#page_base {
	background-color: #000000;
}

div#body_core A {
	text-decoration: none;
color: red
}

div#body_core h1 {
	font-size: 210%;
	font-weight: normal;

}	
div#body_core h2 {
	font-size: 180%;
	font-weight: normal;

}	
div#body_core h3 {
	font-size: 150%;
	font-weight: normal;
	border-style: solid;
	border-width: 0px;
	border-color: #dfdfdf;

}	
div#body_core h4 {
	font-size: 110%;
	font-weight: normal;
}	

div#body_core SMALL {
	
}

div#body_core UL {
	border-style: solid;
	border-width: 0px;
	text-decoration: none;
	text-indent: 0px;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;	
	margin-left: 20px;

}

div#body_core LI {
	border-style: solid;
	border-width: 0px;
	border-color: green;	
    	
}




