BODY {
	background-color : #FFCCCC;
	margin-left : 12%;
	margin-right : 12%;
}

P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Purple;
	font-size : 11pt;
	line-height : 1.3em;
}

P:first-letter {
	font-size : larger;
	color : Blue;
}

H2 {
	color : Blue;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

P.note {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

UL {
	font-family : Arial, Helvetica, sans-serif;
}

BLOCKQUOTE {
	font-family : Arial, Helvetica, sans-serif;
}

A:LINK {
	color : Red;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

A:VISITED {
	color : Red;
	font-weight : bold;
}
A:HOVER {
	color : Red;
	font-weight : bold;
	background-color : Aqua;
}


