body {
	background-color: #999300;
	color:#FFFFCC;
	font-family: Courier New;
	font-size: 8pt;
}

table {
	margin-left: 30px;
	border-spacing: 0;
	font-size: 8pt;
	text-align: center;
}

td {
	width: 30;
}

td.notcenter {
	width: 160;
	text-align: left;
}

td.normal {
	width: 700;
	text-align: left;
}

td.injury {
	width: 400;
	text-align: left;
	color: #993300;
	background-color: #999300;
	font-size: 7.5pt;
}

tr.alternate {
	background-color: #696600;
}





.teamname {
	font-size: 11pt;
	margin-left: 200;
	color: #78FF00;
	font-weight: bold;
}

.heading {
	font-size: 11pt;
	margin-left: 60px;
	color: #78FF00;
	font-weight: bold;
}

.plusminus {
}


a {
	text-decoration: none;
	color: #FFFFCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #660066;
}
a.active {
	text-decoration: none;
}
a.selected {
	background-color: red;
}

a.button {
	color: black;
	border: 1px solid #555555;
	border-color: black;
	background-color: #999300;
}
a.button:hover {
	background-color: #999033;
}

input {
	border-style: none;
	border: 1px solid #555555;
	border-color: black;
	background-color: #999300;
}

select {
	border: 1px solid #555555;
	border-color: black;
	background-color: #999300;
}

.playoffs {
	color: #FF6600;
	display: inline;
	font-weight: bold;
}
