body {
	background-color: #000000;
	text-align: center;
}
.style1 {color: #CCCCCC}
body,td,th {
	color: #CCCCCC;
}
a:link {
	color: #66B5FF;
	//text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style2 {color: #999999}
.newsTitle {
	color: white;
	font-size: 1.2em;
}
.weather {
	background-color: #C4C1B2;
	padding: 22px 8px 8px 8px;
	margin: 6px;
	display: inline;
	min-height: 88px;
}
.weather div {
	background-color: #FFFFFF;
	min-height: 84px;
	color: #666633;
	border: solid 1px #999999;
	padding: 18px 4px 4px 38px;
	display: inline;
}
.weather div img {
}
.centerBlock
{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}
.footNote
{
	font-size: 0.7em;
}