BODY
{
	background-color: #330000;
	background-image: url("images/banner.jpg");
	background-repeat: no-repeat;

}
A
{
	COLOR: #FFFFCC;
	FONT-FAMILY: Arial, Helvetica;
	font-weight:bold;
	font-size: 14pt;
	text-decoration: none;
	cursor: hand;

}

A:active
{
	COLOR: #FFFFCC;
	FONT-FAMILY: Arial, Helvetica;
	font-weight:bold;
	font-size: 14pt;
	text-decoration: none;
	cursor: hand;
}

A:link
{
	COLOR: #FFFFCC;
	FONT-FAMILY: Arial, Helvetica;
	font-weight:bold;
	font-size: 14pt;
	text-decoration: none;
	cursor: hand;
}

A:visited
{
	COLOR: #FFFFCC;
	FONT-FAMILY: Arial, Helvetica;
	font-weight:bold;
	font-size: 14pt;
	text-decoration: none;
	cursor: hand;
}

A:hover
{
	COLOR: #DE7D91;
	FONT-FAMILY: Arial, Helvetica;
	font-weight:bold;
	font-size: 14pt;
	background-color: black;
	text-decoration: none;
	cursor: hand;
}


h1
{
	COLOR: #FFFFCC;
	FONT-FAMILY: Arial, Helvetica;
	font-size: 22pt;
	font-weight: normal;
}

h2
{
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica;
	font-size: 22pt;
	font-weight: normal;
}

.BodyCopy
{
	COLOR: Black;
	FONT-FAMILY: Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
}
