#ss {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	font-family: arial;
}

#ss h1 {
	margin: 0;
	margin-bottom: 5px;
	padding: 3px;
	background: rgb(0,113,189);
	color: white;
	font-family: arial;
	font-size: 100%;
	text-align: center;
}

#ss p.nav {
	margin: 0;
	text-align: left;
}

#ss a {
	color: blue;
}

#ss a:hover {
	color: red;
}

#ss table table {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px color: rgb(236,233,216);
}

#ss table.standings {
	margin: 0 5px;
}

#ss td.left {
	background: rgb(186,205,235);
}

#ss td.right {
	background: rgb(205,231,202);
}

#ss img.field_logo {
	margin-top: 10px;
}

#ss tr.schedule_date {
	color: black;
	background-color: rgb(236,233,216);
	text-align: left;
	font-size: 85%;
}

#ss tr.schedule_headings {
	background-color: rgb(192,27,33);
	font-size: 80%;
	color: white;
}

#ss tr.schedule_games {
	color: black;
	background-color: white;
	font-size: 70%;
}

#ss tr.standings_headings {
	background-color: rgb(192,27,33);
	font-size: 85%;
	color: white;
}

#ss tr.standings_divisions {
	text-align: left;
	background-color: rgb(186,205,235);
	font-size: 85%;
}

#ss tr.standings_data {
	font-size: 80%;
}

#ss .col_highlight {
	background-color: rgb(205,231,202);
	color: black;
}

#ss .bold {
	font-weight: bold;
}

#ss table table th, #ss table table td {
	border: 1px color: rgb(236,233,216);

}
