body {
	background-color: #4D4D4D;
	background-image: none;
}


A:link {
	color: #660033;
	text-decoration: none;
}

A:visited {
	color: #660033;
	text-decoration: none;
}

A:active {
	color: #660033;
	text-decoration: none;
}

A:hover {
	color: #660033;
	text-decoration: none;
}


TD {
	font-size: 14px;
	font-family : Helvetica;
	color : #000000;
}

P {
	font-size: 14px;
	font-family : Helvetica;
	color : #000000;
}


HR {
	color : #FFCD33;
}