<!--
body {
	background-color: #334455;
	background-image: url(tennis/gfx/templates/skin2k7/bg.gif);
	background-attachment:fixed;
}
.wrapper {
	width: 800px;
	margin: 0px auto;
	background-color: #112233;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	height: 100px;
	border: 0px;
	margin-top: 5px;
	width: 100%;
	background-color: #223344;
	background-image: url(tennis/gfx/templates/skin2k7/header.gif);
	color: #6699CC;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}
.menu {
	width: 794px;
	border: 0px;
	background-color: #001133;
	color: #6699CC;
	font-size: 14px;
	padding: 5px;
	text-align: left;
}
.content {
	width: 794px;
	background-color: #003366;
	background-image: url(stars.png);
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #99CCFF;
	padding: 5px;
	font-size: 14px;
	text-align: left;
}
.tekst {
	width: 620px;
	color: #99CCFF;
	font-size: 12px;
	padding: 10px;
	text-align: justify;
}
.footer {
	width: 800px;
	background-color: #001133;
	padding: 2px;
	color: #99CCFF;
	font-size: 12px;
	text-align: center;
}
a  {
color: #39C;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #9CF;
text-decoration: underline;
}
a:active {
color: #FFF;
text-decoration: underline;
}
a:visited {
text-decoration: none;
}
-->