body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	background: url("images/back2.JPG");

}

html, body, h1 {
	margin: 0;
	margin-left: 6px;
	margin-right: 6px;
	padding: 0;
	list-style: none;
}

img { border: 0; }

#body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#body li {
	padding: 0;
	color: #8E0210;
	margin: 0.8em 0;
}


p {
	font-size: 10pt;
	text-align: left;
	margin: 7px;
	padding: 7px;

}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
	font-family: "Monotype Corsiva";
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FEE7EB;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 10pt;
}
h5 {
	font-size: 9pt;
	margin: 7px;
	padding: 7px;
}
h6 {
	font-size: 10px;  
	margin: 3px;
	color: #8E0210;
}

p, h1, h2, h3, h4, h5 {
	color: #FEE7EB;
}

a {
	color: #FF0000;
	text-decoration: underline;
}

a:visited {
	color: #B7220D;
	text-decoration: underline;
}

a:hover {
	background-color:#FBCCC6;
	color: #B7220D;
}

/* footer */

#footer {
	clear: both;
	text-align: center;
}

#footer, #footer a, #footer h6 {
	font-size: 10px;
	text-decoration: none;
	margin: 5px;
	color: #FBCCC6;
}

#footer a:hover {
	font-size: 10px;
	margin: 5px;
	background-color:#000000;
	color:#B7220D;
}

