/*
This style sheet was created from C:\HPF\index.html
*/
BODY, P {
	background-color : #6388b2;
	font-family : Arial, Helvetica, sans-serif;
	color : #6388b2;
}

/* note that A:HOVER isn't supported by all browsers */
A:HOVER {
	color : #ff0000;
}

.small {
	font-size: x-small;
	font-family : Arial, Helvetica, sans-serif;
}


