a:link {text-decoration: none; color: blue}
a:visited {text-decoration: none; color: blue}
a:hover {text-decoration: none; color: black}
BODY
{
	background-color: #051A45;
	background-image: url(/icons2/side2.png); 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
	text-align: center;
    margin-left: 90px;
 	/*width:972px;
	margin: 0 auto;
	border: 0 solid;
	border-color: blue;*/
}

.content
{
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
}
.scontent
{
	font-family: verdana;
	font-size: 10px;
	color: #4C4C4C;
	line-height: 15px;
	letter-spacing: 1px;
}
.scontent2
{
	font-family: verdana;
	font-size: 10px;
	color: white;
	line-height: 15px;
	letter-spacing: 1px;
}
.footlinks
{
	font-family: arial;
	font-size: 12px;
	color: #c2cee6;
	line-height: 15px;			
}
.footlinks a:link {text-decoration: none; color: #C9E5A5}
.footlinks a:visited {text-decoration: none; color: #C9E5A5}
.footlinks a:hover {text-decoration: none; color: white}
.headings
{
	font-family: arial;
	font-size:  24px;
	font-weight: bold;
	color: #051a45;
	line-height: 28px;
}
.subheadings2
{
	font-family: arial;
	font-size:  14px;
	font-weight: bold;
	color: white;
	line-height: 30px;
}
.tableheadings
{
	font-family: arial;
	font-size:  14px;
	font-weight: bold;
	color: white;
	line-height: 30px;
}
.tableheadings2
{
	font-family: arial;
	font-size:  14px;
	font-weight: bold;
	color: black;
	line-height: 30px;
}
.tablecontent
{
	font-family: arial;
	font-size:  11px;
	font-weight: bold;
	color: black;
	line-height: 18px;
}
.tablecontent a:link {text-decoration: none; color: #0068B0}
.tablecontent a:visited {text-decoration: none; color: #0068B0}
.tablecontent a:hover {text-decoration: none; color: black}
img.floatLeft
{
	float: left;
	margin: 4px;
	position: relative;
}
h1 {
	margin: 0;
	margin-left: 70px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url("/icons2/logo.png");
	background-repeat: no-repeat;
	width: 639px;
	height: 40px;
}

h1 a {
	text-decoration: none;
	color: black;
	font-family: Georgia;
	font-size: 1.5em;
}

h2 {
	padding-top: 10px;
	padding-left: 10px; 
	text-align: left; 
	font-family: Georgia; 
	font-size: 1.4em;
	font-weight: bold;
}

a#return {
	text-align: center;
	margin-bottom: 20px;
	display: block;
}

table#teams, table.teams {
	font-size: 0.9em;
	line-height: 1.5;
	margin: 0 auto;
    border-style: none;
}

table#teams tr td{
	padding: 5px 15px 5px 10px;
    border-style: none;
    white-space: nowrap;
}

table#teams tr:nth-child(odd) {
	background: #DDDDDD;
}

table#teams tr:nth-child(even) {
	background: #BBBBBB;
}
table#teams tr:first-child {
	font-weight: bold;
	background: #FFFFFF;
    text-align: center;
	font-size: 1.1em;
}
table#teams tr:nth-child(2) {
	font-weight: bold;
}

#stats_title {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 auto;
	padding-bottom: 10px;
}
table#stats_batting, table#stats_pitching, table#stats_fielding {
	font-size: 0.9em;
	line-height: 1.5;
	margin: 0 auto;
    margin-bottom: 30px;
    border-spacing: 0;
    width: 900px;
}
table#stats_batting tr td, table#stats_pitching tr td, table#stats_fielding tr td{
	padding: 8px 6px 8px 6px;
    border-padding: 0;
    white-space: nowrap;
    min-width: 20px;
    border: none;
}
table#stats_batting td, table#stats_pitching td, table#stats_fielding td{
	font-size: .9em;
    text-align: center;
}

table#stats_pitching td:nth-child(9), 
table#stats_pitching td:nth-child(11),
table#stats_pitching td:nth-child(18),
table#stats_pitching td:nth-child(19),
table#stats_pitching td:nth-child(20){ background: #ffffe6; }

table#stats_batting td:nth-child(12), 
table#stats_batting td:nth-child(13),
table#stats_batting td:nth-child(14),
table#stats_batting td:nth-child(15),
table#stats_batting td:nth-child(17){ background: #ffffe6; }

table#stats_batting tr:nth-child(odd), table#stats_pitching tr:nth-child(odd), table#stats_fielding tr:nth-child(odd) {
	background: #E3E7ED;
}
table#stats_batting tr:nth-child(even), table#stats_pitching tr:nth-child(even), table#stats_fielding tr:nth-child(even) {
	background: #F2F4F7;
}
table#stats_batting tr:first-child, table#stats_pitching tr:first-child, table#stats_fielding tr:first-child {
	font-weight: bold;
    text-align: center;
	font-size: .8em;
	background: #FFFFFF;
}
table#stats_batting tr:last-child, table#stats_pitching tr:last-child, table#stats_fielding tr:last-child {
	background: #E2E2E2;
	font-weight: bold;
	font-size: .8em;
}

#teamname {
	font-weight: bold;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 20px;
	font-size: 1.4em;
	font-family: Georgia;
}

#ownername {
	text-align: center;
	font-size: 1em;
	font-family: Georgia;
	padding-bottom: 20px;
}
