/* Default HTML document formatting */
BODY { font-family: Arial; font-size: 10pt; }

/* Look and feel formatting */
TABLE.articles {
	background-color:	#FEEED4;
}
TD.articles_header {
	background-color:	#FEE0C6;
	font-weight:		bold;
	font-size:			medium;
}

TD.common_left {
	background-color: #B9D3EE;
}

TD.common_right {
	background-color: #B9D3EE;
}

TD.column_header {
	background-color: #36648B;
}

Td.footer {
	background-color: #36648B;
	color: white;
}

TD.search_scroller {
	background-color: #36648B;
	color:	white;
	font-weight:	bold;
}

TABLE.header {
	margin-top: 5px;
	border: thin solid black;
}

TD.about {
	background-color: #E0EEEE;
}

TD.news {
	background-color: #EEE8CD;
}

A:link.footer { color: white; }
A:visited.footer { color: white; }
A:hover.footer { color: white; }

A:link.red_class { color: red; }
A:visited.red_class { color: red; }
A:hover.red_class { color: red; }

A:link.search { color: white; text-decoration: none; }
A:visited.search { color: white; text-decoration: none; }
A:hover.serach { color: white; text-decoration: none; }

SPAN.spiel { text-align: left; font-weight: bold; }
