/*
Stylesheet for The Circuit
Nicholas Baum
*/

#thecircuit {
	border: solid 2px #060;
	background:#CFC;
	padding: 0px 20px 10px 20px;
	margin: 0px;
}

#thecircuit h2	{
	font-style:italic;
	margin:0px 0px 5px -15px;
	padding:0px;
	padding-top:20px;
	color:#060;
	clear:both;
}

#thecircuit h2 a	{
	text-decoration:none;
	color:#060;
}

#thecircuit h2 a:hover	{
	text-decoration:underline;
}

#thecircuit ul {
	list-style-type:disc;
	padding-left:30px;
}