body
{
	background-image: url(art/greenGrad.png);
	background-repeat: repeat-x;
	background-color: #32331D;
	color: #ffffff;
}

p
{
	float: none;
	margin-right: 2em;
	margin-left: 2em;
	display: block;
	font-family: Gill Sans,Arial,Helvetica,Sans_Serif;
	text-align: left;
	font-weight: normal;
}

p.link
{
	text-align: center;
	}

code
{
	display:block;
	font-weight:normal;
	color: #F6E497;
	font-size: 12px;
	font-family: Gill Sans,Arial,Helvetica,Sans_Serif;
	text-align: left;
	margin-right: 2em;
	margin-left: 5em;
	}


a:link	{	
	text-decoration:	none;
	color:	#F5DEB3;
	}	
		
a:visited	{	
	text-decoration:	none;
	color:	#6CF;
	}	
		
a:active	{	
	text-decoration:	none;
	color:	#006;
	}	
		
a:hover	{	
	text-decoration:	none;
	color:	#FC0;
	}	
		
a.offsite	{	
	text-decoration:	none;
	color:	#F5DEB3;
	}

h1 /* H1 Header */
{
	color: #B9B09D;
	display: block;  /* line break before and after */
	font-family: Gill Sans,Arial,Helvetica,Sans_Serif;
	text-align: center;
	font-weight: normal;
}

h2 /* H2 Header */
{
	color: #FFF8E3;
	display: block;
	font-family: Gill Sans,Arial,Helvetica,Sans_Serif;
	text-align: left;
	font-weight: normal;
	margin-left: 2em;
}

ol
{

	font-size: 14px;
	font-family: Gill Sans,Arial,Helvetica,Sans_Serif;
	text-align: left;
	margin-right: 2em;
	margin-left: 5em;
}

.centeredImage
    {
    margin-left:300px;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }