/* Base Styles */
body {
	background: yellow url(../pix/background-stars.gif) repeat fixed top center;
	font: normal normal bold medium arial, helvetica, sans-serif;
	color: #ff0000;
	}
div {
	
	}
.outside {
	width: 90%;
	margin: 2% 4% 2% 2%;
	padding: 0% 3% 0% 1%;
	border: 10px inset #0000ff;
	}
.header{
	background: transparent url(../pix/header-superman.gif) no-repeat scroll top center;
	width: 98%
	height: 200px;
	margin: 0% 1% 0% 1%;
	border-bottom: medium solid #ffff00;
	font-size: xx-large;
	text-align: center;
	}
.content {
	width: 90%
	margin: 0% 4% 0% 2%;
	border: thin none #ffff00;
	text-align: center;
	}
.spacer {
	width: 90%
	height: 10px;
	text-align: center;
	font-size: small;
	}
p {
	width: 90%;
	margin: 0% 5% 0% 4%;
	padding: 0% 3%;
	text-align: justify;
	text-indent: 25px;
	}
p#topper {
	text-align: left;
	font-size: medium;
	color: #ff0000;
	}
h1, h2, h3, h4, h5, h6{
	width: 90%
	margin: 0% 5% 0% 4%;
	font-style: normal;
	font-weight: 900;
	text-align: center;
	}
a:link {
	color: yellow;
	}
img {
	text-align: center;
	vertical-align: middle;
	}
img.w40 {
	height: 40px;
	width: 40px;
	border: thin solid #00008b;
	}
img.w50 {
	height: 50px;
	width: 50px;
	}
img.w75 {
	width: 75px;
	}
img.w100 {
	width: 100px;
	}
img.w150 {
	width: 150px;
	}
img.w200 {
	width: 200px;
	}
img.w250 {
	width: 250px;
	}
img.w300 {
	width: 300px;
	}
img.w350 {
	width: 350px;
	}
img.headerpic {
	width: 85%;
	}
table {
	width: 90%;
	margin: 0% 0% 0% 4%;
	border-collapse: collapse;
	}
caption {
	font-style: italic;
	font-size: large;
	color: #ffff00;
	}

td {
	width: 25%;
	text-align: center;
	vertical-align: top;
	border: thin solid #ffff00;
	}
.no-border {
		border: none;
	}

