body {
	margin: 0px;
	background-color: #4e4e4e;
	font-family: Verdana, Arial;
	color:  #FFFFFF;
}

td {
	font-size: 12px;
}

.headermenu a, .headermenu a:link, .headermenu a:visited, .headermenu a:hover {
	text-decoration: none;
	color:white;	
}

.headermenu a:hover {
	text-decoration: underline;
	color:red;
}

.headermenu {
	background-image:url("../soccer/imgs/header_bg.gif"); 
	background-repeat: repeat-x; 
	background-position: Left;
	color: white;
	font-size: 0.8em;
}

.footer {
	color: white;
	font-size: 0.7em;
	padding-left: 20px;
}

.leftmenubg {
	background-image:url("../soccer/imgs/leftmenu_bg.gif"); 
	background-repeat: repeat-y; 
	background-position: Left;
}

.leftmenu {
	color: white;
}

.leftmenu a, .leftmenu a:link, .leftmenu a:visited, .leftmenu a:hover {
	text-decoration: none;
	color:white;	
}

.leftmenu a:hover {
	text-decoration: underline;
	color:red;
}
.maincontent {
	padding: 15px;
}

.maincontent a, .maincontent a:link, .maincontent a:visited, .maincontent a:hover {
	text-decoration: none;
	color:yellow;	
}

.maincontent a:hover {
	text-decoration: underline;
	color:white;
}
.homegame {
	color: #FFFF00;
	font-weight:bold;
}
.menuheading {
	font-size: 18px;
	font-weight: bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.heading {
	font-size: 18px;
	font-weight: bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: white;
	background-color:#212121;
	padding: 5px;
}

