BODY {
	background-color : White;
	color : Brown;
	margin-left : 18%;
	margin-right : 24%;
}

P {
	font-family : Arial, San-Serif;
	line-height : 15pt;
	font-size : 11pt;
}

P.note {
	font-size : 8pt;
}

H2 {
	font-family : Arial, San-Serif;
	color : Red;
}

H3 {
	font-family : Arial, San-Serif;
	color : Red;
}

A:LINK {
	color : Blue;
	text-decoration : none;
}

A:VISITED {
	color : Blue;
	text-decoration : none;
}
A:HOVER {
	color : Blue;
	background-color : Yellow;
}

BLOCKQUOTE {
	font-style : italic;
	font-weight : bold;
}

UL {
	font-family : arial, sans-serif
}
