
BODY, P ,TD{
	background-color : #FFEFD5;
	font : Courier;
	font-family : sans-serif;
	font-size : small;
}

A {
	background-color : transparent;
	color : #FF8C00;
	text-decoration : none;
}

/* note that A:HOVER isn't supported by all browsers */
A:HOVER {
	background-color : transparent;
	color : Red;
	text-decoration : underline;
}

H1 {
	background-color : transparent;
	color : Red;
}

HR {
	color : #FFA500;
}

