P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : Black;
	text-decoration : none;
}

A:Visited  {
	color : Black;
	text-decoration : none;
}

A:Active  {
	color : Black;
	text-decoration : none;
}

A:Hover  {
	color : Red;
	text-decoration : none;
}

BODY  {}

.text  {
	font-family : Arial Black, Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
	font-size : 14px;
}

