/* CSS Document */

body{font-family: arial;}
.bold{font-weight:bold;}
.games_text{font-Family: arial; font-size: 105%; border-top: 2px solid #CCC}
.last_updated{color: #000000; font-size: 10px; text-transform: lowercase;}

.footer {color: #ffffff; font-size: 12px; text-decoration: none; text-transform: lowercase;}
A.footer:link {color: #ffffff; font-size: 12px; text-decoration: none; text-transform: lowercase;}
A.footer:visited {color: #ffffff; font-size: 12px; text-decoration: none; text-transform: lowercase;}
A.footer:active {color: #ffffff; font-size: 12px; text-decoration: none; text-transform: lowercase;}
A.footer:hover {color: #333333; font-size: 12px; text-decoration: none; text-transform: lowercase;}

a.no_under, a.no_under:visited, a.no_under:active{color: #000000; text-decoration: none}
a.no_under:hover{color: #a89c6d; text-decoration: underline;}

a.under, a.under:visited, a.under:active{color: #000000; text-decoration:underline}
a.under:hover{color: #a89c6d; text-decoration: none;}

.game_table
{
	border: solid 2px #000;	
}
.game_col_header
{
	font-size: 110%; 
	font-weight: bold;
	color:#000;
	background:#e7deba
}

.header_text
{
	font-size: 80%	
}
.header_text_lrg
{
	font-size: 90%	
}