﻿body {
	padding: 8px;
	background: black;
	background-image: url('http://www.allphiladelphiasports.com/stripe.png');
	font-family: Verdana;
	font-size: small;
	color: #000;
}

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}


h1 {
   font-size: 19px;
   font-weight: bold;
   color: #777777;
   text-align: center;
}

h1.banner {
	padding: 0;
	margin: 0;
}

h1.banner a{
	display: block;
	height: 110px;
	width: 880px;
	text-decoration: none;
	text-indent: -2000em;
	z-index: 1000;
	background:url(banner.jpg) no-repeat;
}

h2 {
	font-size: 17px;
}

h2.tagline {
	font-size: 15px;
	text-align: center;
}

h3 {
	font-size: 14px;
}

#topnav {
	background-color: #000000; 
	color: #FFFFFF; 
	font-size: 12px; 
	word-spacing: 2px; 
	letter-spacing: 1px; 
	font-weight: bold; 
	padding: 6px;
}

#topnav a {
	color: #FFFFFF;
	text-decoration: none;
}

#topnav a:hover {
	text-decoration: none;
	color: #FF0000;
}


#rankings li {
	list-style-type: decimal;
}

.team {
	font-size: 9px;
	color: #999999;
}
