.Content a
{
	color: #91c8ff;
}
.Content a:hover
{
	color:black;
	background-color: #91c8ff;
	text-decoration: none;
}

.Content a:visited
{
  text-decoration: none;
  	color: #fffd91;
}

body
{
	background-color: black;
	font-family:  "Century Schoolbook",Garamond, "Times New Roman", serif;
	font-size: 1.1em;
	text-align: center;
	color: white;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
blockquote
{
	
	font-style: italic;
	font-weight: bold;
}
blockquote span
{
	font-style: normal;
	font-weight: normal;
}
hr
{
	width: 930px;
	text-align: center;
}
.Content
{
	background-image: url(graphics/PageBackground.jpg);
	background-repeat: none;
	background-color: #9b3451;
	text-align: justify;
	padding: .2em .7em .7em .7em;
	margin: 0em 0 1em 0;
	
}
.Content h1
{
	

	font-size: 1.9em;
	color: #ffbf00;
	font-family: Pristina, HUNTSON, cursive, fantasy, sans-serif;
	font-weight: bolder;
	margin: 0 0 .2em 0;
}

.Content p
{
	margin: .1em 1.5em .5em 1.5em;
}
.Content hr
{
	margin: .3em 0 0 1.5em;
	text-align: center;
}
img.h1img 
{
	margin: .7em 0 0 -5px;
	padding: 0 0 0 0;
	text-align: left;
}

.Content img.rightImage
{
	margin: .7em 1em .1em .5em;
	float: right;
	
}
.disclaimer
{
	font-size: x-small;
}
.editorial
{

	color: #f63;
	font-family: "Comic Sans MS", sans-serif;
	font-variant: small-caps;
}
.page
{
   
	background-image: url(graphics/PageBackground.jpg);
	background-repeat: none;
	background-color: #9b3451;
	width: 1000px;
	margin: 1em auto -1em auto;
	padding: 0;
	text-align: center;
	
}

.page img
{
	text-align:left;
	margin: .7em 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	
}



.front img.rightImage
{
	margin: 3em 2em .1em .5em;
	float: right;
	
}

.footer
{
   background-image: url(graphics/FooterBackground.jpg);
	background-repeat: none;
	background-color: #9b3451;
	width:1000px;
	height: 40px;
	margin:0 auto;
	padding: 0;
	text-align: center;
	font: small Pristina, cursive, sans-serif;
	color: white;
}


