* {
	margin: 0;
	padding: 0;
}

body {
	background: #333;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
}
a {
	text-decoration: none;
	color: #f90;
}
a:hover, a:active {
	text-decoration: none;
	color: #45c717;
}
#content {
	display: block;
	width: 800px;
	margin: 0 auto;
	text-aldin: center;
	padding: 2em 1em;
	border-top: 6px solid #f90;
	border-right: 2px dotted #f90;
	border-left: 2px dotted #45c717;
	line-height: 1.6em;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

#content h1 {
	background: #333 url(pingpong.gif) top center no-repeat;
	padding: 100px 0 1em 0;
	text-align: center;
	color: #9f0;
	font-size: 2em;
	font-weight: normal;
}

#content h2 {
	color: #45c717;
	margin: 1em 0;
	font-size: 2em;
	font-weight: normal;

}
#content h3 {
	color: #9f0;
	margin: 1em 0;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px dotted #f90;
}
#content h3 span {
	color: #45c717;
}
#content h4 {
	color: #45c717;
	margin: -1em 0 1em 0;
	font-size: 1.2em;
	font-weight: normal;
}
#content p {
	display: block;
	margin: 0 0 2em 0;	
}
#content p span.green {
	font-size: 1.8em;
}
#content ul {
	margin: 0 1.3em 2em 1.3em;
}
#content ul.demo {
	margin: 0 1.3em;
	color: #45c717;
	list-style: square;
}
#content ul.demo li {
	margin: 0.6em 0;
}
#content ul.demo li a {
	color: #f90;
	border-bottom: 1px solid #45c717;
}
#content ul.demo li a:hover {
	color: #45c717;
	border-bottom: 1px solid #f90;
}
.green {
	color: #45c717;	
}
/* footer - team names */

#footer {
	display: block;
	width: 800px;
	height: 1.2em;
	margin: 0 auto;
	color: #666;
	font-size: 0.9em;
	padding: 1em;
	border-top: 1px solid #45c717;
	border-right: 2px dotted #f90;
	border-bottom: 3px solid #45c717;
	border-left: 2px dotted #45c717;
}
#footer a {
	font-size: 1em;
	float: left;
	font-weight: bold;
	margin: 0 2em 0 0;
	padding-right: 2em;
	color: #f90;
	border-right: 1px solid #f90;
}
#footer h2 a {
	font-size: 1em;
	float: left;
	font-weight: normal;
	margin: 0 1em 0 2em;
	color: #999;
	border-right: none;
	border-left: 1px solid #f90;
	padding-left: 2em;
}
#footer h2 {
	font-size: 1em;
	float: left;
	font-weight: normal;
	margin: 0 2em 0 0;
	color: #999;
}
#footer p{
	float: left;
}
