@charset "utf-8";
/* CSS Document */

body {
	background-color: #333;
	background-image: url(imgs/bckr.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Console", Monaco, monospace;
}

.main_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: justify;
	line-height: 20px;
}

.main_text_news {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #174A3D;
	text-align: left;
	font-weight: bold;
}

.top_menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCC;
}

.bottom_menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
}
.next_match {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFF;
}


a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #CCC;
}

