body {
	background-color: #AABBAA;
	background-image: none;
}


A:link {
	color: #006600;
	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 : #AABBAA;
}