body { 
	background: #FFF; 
	margin: 10px 0 10px 0; 
}
p, h1, h2, h3, h4, h5, h6, em, ol, ul { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #000; 
}

table#hotnews {
	background-color:#FFFFFF;
	border: solid #999 2px;
	width: 710px;
}
table#hotnews td {
	padding: 5px;
	border: solid #999 1px;
}
.data {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 80%;
	color: #000;
	text-align: center;
}
.toprow {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 90%;
	background: red;
	font-weight: bold;
	text-align: center;
}
.leftcol {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 80%;
	text-align: left;
}
.leftcol2 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold;
	font-size: 80%;
	text-align: left;
}
.leftcol4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	height: 40px;
}
.rightcol {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 120%;
}
#block {
	margin: 0 72px 0 72px; 
}
.cent {
	text-align: center; 
}
.algrt {
	text-align: right; 
}

.bgred {
	background: red;
}

.other {
	font-family: "Comic Sans MS", Helvetica, sans-serif; 
}
.some	{
	font-family: Sylfaen, "Cooper Black", "Times New Roman", Times, serif; 
}
.anoth	{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
}

.close {
	line-height: 100%; 
	margin-top: 0; 
	margin-bottom: 0; 
}
.just {
	text-align: justify; 
	text-indent: 16pt; 
	line-height: 150%;
}
.numb {
	line-height: 150%;
}
.bold { 
	font-weight: bold; 
}
.under { 
	text-decoration: underline; 
}

.white {
	color: white;
}
.yellow { 
	color: yellow;
}
.offwht {
	color: #FFFFCC
}
.beige {
	color: #FFCC66;
}
.red { 
	color: red; 
}
.brick { 
	color: firebrick; 
}
.green { 
	color: #008000; 
}
.purple { 
	color: purple;
}
.black {
	color: black;
}
.blue {
	color: blue;
}
.brown {
	color: sienna;
}
.ink {
	color: darkblue;
}

.min { 
	font-size: 90%; 
}
.big {
	font-size: 120%;
}
.huge {
	font-size: 150%;
}
.bigger {
	font-size: 130%;
}
.sm {
	font-size: 80%;
}
.tiny {
	font-size: 70%;
}

A {
	cursor:normal; 
}
A:link {
	color: teal;
}
A:visited {
	color: firebrick;
}
A:active {
	color: #336666;
}
A:hover { 
	color: #CC6600; 
}
A:link.hot {
	color: red;
}
A:visited.hot {
	color: magenta;
}
A:active.hot 
	color: blue;
}
A:hover.hot { 
	color: green; 
}
A:link.gren {
	color: #008000;
}
A:visited.gren {
	color: red;
}
A:active.gren 
	color: magenta;
}
A:hover.gren { 
	color: blue