body {
	margin-right: 10%;
	margin-left: 10%;
	background: url(../images/moon.jpg) no-repeat fixed left bottom;
}
table {
	width: 100%;
	font: 9pt Tahoma, Arial, sans-serif;
	text-align: justify;
}
td {
	padding-top: 20px;
	vertical-align: top;
}
td#banner {
	padding: 0px;
	border-top: 5px solid black;
	border-bottom: 10px solid black;
	background: #006f00;
	border-right: none;
	border-left: none;
	color: #FFFFFF;
}
a:hover {
	color: #FF9900;
}
h2 {
	color: #006600;
	font-size: 10pt;
	width: 90%;
	border-top: 1px #009900;
	border-right: 1px #009900;
	border-bottom: 1px dotted #009900;
	border-left: 1px #009900;
}
h1 {
	font-size: 12pt;
	border-top: 3px none #006600;
	border-right: 3px none #006600;
	border-bottom: 3px double #006600;
	border-left: 3px none #006600;
	padding: 3px;
	color: #006600;
}
a:link {
	color: #006600;
	font-weight: normal;
	text-decoration: underline;
}
td#sidebar {
	width: 30%;
}
table#links {
	width: 90%;
	text-align: center;
}
table#links td {
	padding-top: 5px;
	border-top: thin none #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin solid #CCCCCC;

}
table#links th {
	font-size: 12px;
	color: #FFFFCC;
	background: #006600 url(../images/head.jpg) repeat-x top;
	height: 30px;
	border: none;
}
td#bottom {
	text-align: center;
}
table#factfile {
	text-align: left;
}
table#factfile th {
	padding: 1px;
	color: black;
	width: 25%;
	vertical-align: top;
}
table#factfile td {
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 0px;
}li {
	list-style: circle;
}
a:visited {
	color: #999900;
}
table.league {
	width: 90%;
	border: 1px solid #000000;
	background: #FFFFFF;
}
table.league td,th {
	padding: 3px;
}
table.league td {
	text-align: center;
}
.odd {
	background: #F0F0F0;
}
.relegated {
	color: #FF0000;

}
.champs {
	color: #0000FF;

}
.playoffs {
	color: #FF9900;

}
caption {
	font-weight: bold;
	padding-bottom: 0px;
}
table.results {
	width: 90%;
	border: none;
	background: #FFFFFF;
}
table.results td {
	padding: 5px;
}
select,input {
	font: 9px Tahoma, Arial, sans-serif;
}