body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	color: #000033;
	background-image: url(graphics/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #BC4132;
	margin: 0;
}

a:link
{
	text-decoration: none;
	color: #000033;
	font-weight: bold;
}
a:visited
{
	text-decoration: none;
	color: #000033;
} 

a:hover 
{
	text-decoration: underline;
	color: #000099;
}

p { 
	margin: 0;
}

h1 {
    font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 3.5em;
	font-weight: bolder;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
}

h3 {
    font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
}

