BODY {
	background-color : #f5f0d9;
	font-family : arial, serif;
	color : Black;
}
A:link  {
	text-decoration : underline;
	color : Blue;
	font-family : arial, serif;
}
A:visited  {
	text-decoration : underline;
	color : gray;
	font-family : arial, serif;
}
A:hover  {
	color : #CC3333;
	font-family : arial, serif;
	background-color : transparent;
}
P  {
	font-family : arial, serif;
	color : Black;
}

