@charset "utf-8";
*	{	
	margin: 0;
	padding: 0;
	color:#000;
}
body  {
	font-family:"Courier New", Courier, monospace;
	font-size:15px;
}
img{display:none;}
p{
	margin-bottom:15px;
}
h1{
	margin-bottom:12px;
}
h1 img{display:inline;}
h2{
	color:#000;
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:7px;
}
a{
	color:#000;
	text-decoration:underline;
}
.thebody #header{ 
	display:none;
} 
.thebody #container { 
	width:600px;
} 
.thebody #menu {
	display:none;
}
.thebody #content {
	width:600px;
	margin: 0 0 0 0;
}
.thebody #content #contentheader{
	display:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.red{
	/*color:#cd1316;*/
	color:#000;
}
.yellow{
	color:#000;
}

li{
	margin-left:35px;
	margin-bottom:10px;
}
