a:link {
	text-decoration: none;
	color: #CCCCCC;
	}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	}
a:hover {
	color: #FFFFFF;
	}
a:active {
	text-decoration: none;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #7F7F7F;
	font-size: 10px;
}

.newsheader {
	color: #FFFFFF;
	font-weight: bold;
}

.rednews {
	color: red;
	font-weight: bold;
}


.smaller {
	font-weight: normal;
	font-size:12px;
}

.small_link {font-size: 80%}

.image_left {
	float:right;
}

