body
{
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}
.border
{
	background-color: #00EE00;
	background-image: url();
}

h1
{
	font-family: "Century";
	font-style: italic;
	text-align: center;
}
h2
{
	font-family: "Century";
	text-align: center;
}

p
{
	font-family: "Century";
}
p.toc
{
	font-size: 18pt;
	margin: 0;
	margin-top: 6px;
}

table.container
{
	height: 100%;
	width: 90%;
	margin-left: 5%;
}

a{text-decoration: none;}
a:link{color: #FF0000;}
a:visited{color: #FF00CC;}
a:active{color: #FF66FF;}