P  {
	font-family : Arial;
}

H1  {}

H2  {}

H3  {}

A  {
	font-family : Arial;
	font-weight : bold;
	color : #FF0000;
	text-decoration : none;
}

A:Visited  {
	text-decoration : none;
	color : #FF0000;
	font-weight : bold;
	font-family : Arial;
}

A:Active  {
	text-decoration : overline;
	font-family : Arial;
	font-weight : bold;
	color : #FF0000;
}

A:Hover  {
	color : #FF0000;
	font-weight : bold;
	font-family : Arial;
	text-decoration : underline;
}

BODY  {
	font-family : Arial;
}

B  {
	font-weight : bold;
	font-family : Arial;
	color : #FFCC00;
}

#line1  {
	font-family : Arial;
	font-size : large;
}


