P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : #0000FF;
}

A:Visited  {
	color : #551A8B;
}

A:Active  {
	color : #FF0000;
}

A:Hover  {
	color : #FF0000;
}

BODY  {
	background-color : #EFEFEF;
}

A.rm  {
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-decoration : none;
}

A:Visited.rm  {
	color : Black;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}

A:Hover.rm  {
	text-decoration : underline;
	color : Black;
	font-style : normal;
	font-weight : bold;
}

A:Active.rm  {
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-decoration : underline;
}

SPAN.sym  {
	font-family : symbol;
}

