/* CSS Document */

#cap	{
	background-color:#FF8833;
	color:#000000;
	margin: 0 .5in;
	text-align:center;
	border: 2px black solid;
	}
#ban	{
	background-color:#FF8833;
	color:#000000;
	margin: 0 .5in;
	text-align:center;
	border: 2px black solid;
	}
h1	{
	font-family:"Bauhaus 93", "Century Gothic", "Comic Sans MS", Chiller;
	text-align:center;
	font-size:large;
	}
h2	{
	text-align: center;
	font: "Chiller", "Rockwell Extra Bold";
	font-size: large;
	font-stretch: wider;
	font-style: oblique;
	font-weight: 900;
	}
#banbox	{
	background-color: #FF8833;
	color: #000000;
	font-family: "Chiller", "Rockwell Extra Bold", "sans serif";
	font-size: x-large;
	width: 600px;
	text-align: center;
	padding: 5px;
	border: 2px black solid;
	}
body	{
	background-color: #666;
	}


