BODY {
	background-image: url(images/backgrounded.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
	text-align: left;
}

H2 {
	font-size: 16pt;
}

H3 {
	font-size: 14pt;
	font-style: italic;
	font-family: sans-serif;
}

H4 {
	font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
}

A {
	color: white;
	text-decoration: none;
}

A:Hover {
	color: yellow;
	text-decoration: none;
}

LI {
	font-size: 12pt;
	color: blue;
	text-decoration: none;
}

LI:Hover {
	font-size: 12pt;
	color: black;
	text-decoration: none;
}

.FOOTER {
	color: black;
}

.FOOTER:Hover {
	color: blue;
}