body{
margin: 0px;
background: #ffffff;
font: "Courier New", Courier, mono;
font-size: 1.4em;
color: white;
}
p{
margin: 2px;
}
strong{
color:#CC0000;
font-weight: bold;
}
#odd{
background-color:#3D455A;
}
.news {
display: block;
float: left;
clear: both;
position: absolute;
z-index: 10;
height: 135px;

top: 480px;
left: 65px;
background-color: #000000;
}

#news ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
	font-size: 1em;
	}
#news li { 
	margin: 0px; 
}
#news a {
	display: block;
	width: 550px;
	color: #CC0000;
	font-size: 1em;
	padding: .1em .6em;
	text-decoration: none;
}

#news a:hover
{
font-size: 1em;
background-color: #369;
color: #FFF;
}
.imgLeft {
	float: left;
	margin: 1px 1px 1px 1px;
}
.imgRight {
	float: right;
	margin: 1px 1px 1px 1px;
}
