
body {
	background: #800000;
	color:#FFFFFF;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left:50px;
}

/* Table specs except player stats & team standings generated at php */
.tablehead {background-color:#666666; color:#FFFFFF; text-align:center; letter-spacing:.5em; text-transform: uppercase;}
.tablesubhead {background-color:#CCCCCC; text-align:center;}
.greyrow {background-color:#CCCCCC;}
.pinkrow {background-color: #E9C1C1;}
.whiterow {background-color:#FFFFFF;}
.marbord {border-left: #800000 thin solid;}
table {	color: #000000; width: 700px; background-color:#800000; border: solid medium #cccccc; text-align:center}



.style1 {color: #FFFFFF}  //white



.new {
	font-family: Courier New, Courier, Monospace;
	color: white;
	letter-spacing: 1em;
	font-weight: bolder;
	font-size: 18px;
	background-color:maroon;
	float:none;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bold {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}


h3 {
	letter-spacing: .5em;
	text-align: right;
	font-family: "Courier New", Courier, mono;
}
h2 {
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	letter-spacing: .5em;
	text-align: left;
	margin-top: 50px;
}

h1 {color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	letter-spacing: 1em;
	text-align:left;
		}
		
.hmine {font-size:36px; 
color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	letter-spacing: 1em;
	text-align:left;}

.my {color:#FFFFFF; font-size:large; font-family:"Courier New", Courier, monospace;}


/* BEGIN Navigation Style */
 #navcontainer { width: 200px; float:left;}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: maroon;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #e9c1c1;
color: maroon;
}

.rightstuff {
	left: 300px;
	position: absolute;
	top: 10px;
	float: right;
	margin-bottom: 200px;
}

.rightstufftable {
	left: 300px;
	position: absolute;
	top: 170px;
	float: right;
	margin-bottom: 200px;
}


