@charset "utf-8";

/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFFFFF;
	line-height: 1.5;
}
body {
	background-image: url(redbackground.jpg);
	margin-top: 15px;
}
h1 {
	font-size: 9px;
}
h2 {
	font-size: 14px;
	color: #FF9900;
}
a:link {
	color: #FF9933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9933;
}
a:hover {
	text-decoration: underline;
	color: #FF9933;
}
a:active {
	text-decoration: none;
	color: #FF9933;
}
.news {
	width:225px;
	height:226px;
    float:left;
    border-size:0px;
    margin-top:24px;
	margin-left:27px;
	margin-right:23px;
	color:#000000;
}
a.red:link {
	color: #996600;
	text-decoration: none;
}
a.red:visited {
	text-decoration: none;
	color:#996600;
}
a.red:hover {
	text-decoration: none;
	color: #FF9933;
}
a.red:active {
	text-decoration: none;
	color: #FF9933;
}

