@charset "iso-8859-1";
body 
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	background: #C0C0C0;
	background-image: url(http://www.shatterstorm.net/images/papery3.jpg);
}

A:link
{ text-decoration: none; color:#000099; }
A:visited
{ text-decoration: none; color:#009900; }
A:active
{ text-decoration: none; color:#CC0000; }
A:hover
{ text-decoration: underline; color:#CC0000; }

h1 {
	font-style: oblique;
	font-weight: bold;
	text-align: center;
	font-size: x-large;
}

h2 {
	font-style: oblique;
	font-weight: bold;
	text-align: center;
	font-size: large;
}

hr {
	margin-left: 75px;
	margin-right: 75px;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
}

#header {
	margin: 5px;
	padding: 5px;
	height: 150px;
	font-family: "Comic Sans MS";
	font-size: small;
}
#left {
	position: absolute;
	left: 5px;
	top: 175px;
	width: 200px;
	font-family: "Comic Sans MS";
	font-size: small;
}
#center {
  top: 175px;
  margin-left: 230px;
  margin-right: 5px;
  font-family: "Times New Roman", Times, serif;
  font-size: small;
}
