body,td
{
	font-family: Tahoma, sans-serif;
    font-size: 10pt;
	margin: 0;
}

img
{
	border: 0;
}

.menu
{
	list-style: none;
	padding: 0;
}

.menu li
{
	float: left;
	padding: 2px 2px;
}

.menu a:link, .menu a:visited, .menu a:hover, .menu a:active
{
	font-size:10pt;
	color: MidnightBlue;
}

.menu a:hover, .menu a:active
{
	text-decoration: none;
}

.carcass
{
	padding:5px;
	border-bottom: 3px solid blue4;
	margin-bottom: 1px;
}

.carcass a:link, .carcass a:active, .carcass a:hover
{
	color: MidnightBlue;
}

.carcass a:visited
{
	color: SlateGrey;
}

.carcass a:active, .carcass a:hover
{
	text-decoration: none;
}

.footer
{
	border-top: 1px solid orange;
	padding:5px;
}

.footer td
{
}

.header
{
	font-size:12pt;
	color: MidnightBlue;
	font-weight:bold;
}

.hotheader
{
	font-size:12pt;
	color: crimson;
	font-weight:bold;
}

.section
{
	font-weight: bold;
	color: SlateGrey;
}

.newdate
{
	font-size:10pt;
	font-weight:bold;
	color: MidnightBlue;
	text-align:center;
	border-bottom: 1px solid MidnightBlue;
}

.newscell, .hotcell
{
	padding-bottom:5px;
}

.newscell a:link, .newscell a:visited, .newscell a:hover, .newscell a:active
{
	color: MidnightBlue;
	font-weight: bold;
}

.newscell a:visited
{
	color: SlateGrey;
}

.newscell a:hover, .newscell a:active
{
	text-decoration: none;
}

.hotcell a:link, .hotcell a:visited, .hotcell a:hover, .hotcell a:active
{
	color: crimson;
	font-weight: bold;
}

.hotcell a:visited
{
	color: RosyBrown3;
}

.hotcell a:hover, .hotcell a:active
{
	text-decoration: none;
}

