P  {
	font-family : Arial;
}

H1  {
	font-size : large;
}

H2  {
	font-size : medium;
}

H3  {
	font-size : small;
	font-weight : bold;
}

A  {
	font-family : Arial;
	color : #663399;
	text-decoration : none;
}

A:Visited  {
	font-family : Arial;
	color : #3300cc;
	text-decoration : none;
}

A:Active  {
	font-family : Arial;
	color : #ff9900;
	text-decoration : none;
}

A:Hover  {
	text-decoration : none;
	color : #d26900;
	font-family : Arial;
}

BODY  {
	font-family : Arial;
}

