
body {
	background-color: black;
	background-image: url("../../images/sidebar.jpg");
	background-repeat: repeat-y;
	background-position:  left top;
	text-align: left;
	margin-left: 110px;
	color: white; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:12px; 
	font-family:Arial, Verdana, sans-serif;
	}

img {
	border: none;
	
	}
	
h1 {
	color: red;
	font: 25px;
	text-align: center;
	font-style: italic;
	}	

table {
	position: relative;
	font: 16px;
	text-align: left;
	color: white;
	text-decoration: none;
	}

#invisible a:link, #invisible a:visited {
	font-size: 14px;
	text-decoration: none;
	color: white;
	font-family: arial;
	}	

#creepy {
	font-size: 20px;
	position: relative;
	font-family: creepy;
	text-align: center;
	text-decoration: none;
	color: orange;
	}
	
#rightjustify {
	position: absolute;
	text-align: right;
	}
	
#lastupdate {
	position: relative;
	text-align: right;
	font-size: 10px;
	
	}
	

#main_content {
	margin-left: 150px;
	margin-top: 35px;
	position: absolute;
	top: 1em;
	width: 70%;
	text-align: left;
		}

#main_content.h2, #main_content.h3, #main_content.h4 {
	line-height: 1pt;
	}

#leftjustify {
	float: left;
	text-align: left;
	}
	
#current {
	background-color: black;
	color: gray;
	}

#menu {
	width: 9em;
	margin-left: 0em;
	}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu li {
	border-bottom: 1px solid red;
	}

#menu li a:link, #menu li a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: transparent;
	color: red;
	text-decoration: none;
	}

#menu li a:hover {
	background-color: red;
	color: black;
	}
	
#horiz_teams ul {
	list-style: none;
	width: 100em;
	text-align: left;
}	

#horiz_teams li {
	display: inline;
	width: 20em;
		
	}

#horiz_teams a:link, #horiz_teams a:visited {
	text-decoration: none;
	border: 0 0 0 0;
	color: white;
	padding: 10px 10px 10px 10px;
	}

#rules2 ul {
	list-style: none;
	}
	
.TeamTable {
	border: 1px solid yellow;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
.TeamTable th th.hover th.hilite {
	color: yellow;
	border: 2px double;
	text-align: center;
	padding: 4px;
	
	}

.TeamTable td {
	width: 100ems;
	padding: 4px;
	text-align: center;
	border: 1px;
	}
	
.TeamTable tr:hover, .TeamTable tr.hilite {
	background-color: yellow;
	color: black;
	}

.link {
	color: white;
	font-size: 15px;
	text-decoration: none;
	text-align: left;
	}
	
#footer {
position: absolute;
}
