body {
background: transparent;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 0;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	line-height: 10px; font-size: 12px;
	padding-bottom: 0px
}

#whole_site_wrapper {

	color: #99ccff;
	margin: 0px auto;
	padding: 0px;
	border: 0px solid #000000
} 

#content { 

	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	color: #663300;
	font-family: Courier New;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.1em;
	font-size: 1.0em;
	border: 0px solid black;
}

#content_left { 

	float: left;

	padding: 0px;
	margin: 0px;
	border: 0px solid black;
}

#content_left_text{

	padding-left: 20px;
	padding-right: 20px;
	}
	
.news_title, .dates_title{
	text-transform: uppercase;
	font-weight: bold;
	color: #7A3710;
}

a:link {
	font-weight : normal; 
	text-decoration : none;
	color: #333333;
	background: transparent; 
	}
	
a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #333333;
	background: transparent; 
	}
	
a:hover {
	background: transparent;
	font-weight : normal; 
	text-decoration : none;
	color: #6699cc;
	}

a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #333333;
	background: transparent;  
}