body{
  margin: 0 0 0 0;
  background: url(images/bg.png) top left;
  font-family: Arial;
  font-size: 11px;
}
pre{
	font-family: Arial;
}
a.volleyBallMenu, a.volleyBallMenu:link, a.volleyBallMenu:active, a.volleyBallMenu:visited{
	font-family:  Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: White;
	width: 110px;
	height: 24px;
	padding-left: 7px;
	padding-top: 5px;
	margin-bottom: 2px;
	background-color: #3a7400;
	border: 0px;
	display: block;
}

a.volleyBallMenu:hover{
	background-color: #012746;
}

a.footBallMenu, a.footBallMenu:link, a.footBallMenu:active, a.footBallMenu:visited{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: White;
	width: 100px;
	height: 24px;
	padding-left: 7px;
	padding-top: 5px;
	margin-bottom: 2px;
	background-color: #4c92d4;
	border: 0px;
	display: block;
}

a.footBallMenu:hover{
	background-color: #012746;
}
a.playerList, a.playerList:link, a.playerList:active, a.playerList:visited{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: White;
	padding-top: 3px;
	height: 20px;
}

a.playerList:hover{
	padding-left: 5px;
}
a.newsList, a.newsList:link, a.newsList:active, a.newsList:visited{
	color: Red;
	font-weight: bold;
	text-decoration: none;
}
a.newsList:hover{
	text-decoration: underline;
}
a, a:link, a:active, a:visited{
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	color: White;
}

a:hover{
	text-decoration: underline;
}
