P   {}

H1  {}

H2  {}

H3  {}

A  {
    font-weight : bold;
	color : #9A1D3F;
	text-decoration : none;
}

A:Visited  {
	font-weight : bold;
	color : #9A1D3F;
	text-decoration : none;
}

A:Active  {
	font-weight : bold;
	color : #9A1D3F;
	text-decoration : none;
}

A:Hover  {
	text-decoration : underline;
	color : #500800;
	font-weight : bold;
}

BODY  {}

