P  {
	font-size : 12;
	font-family : arial;
	font-weight : regular;
	color : black;
}

H1  {}

H2  {}

H3  {}

A  {
	font : arial;
	font-weight : regular;
	font-size : 12;
	font-family : arial;
	color : blue;
}

A:Visited  {}

A:Active  {}

A:Hover  {
	font-weight : underline;
	font-size : 12;
	font-family : arial;
	color : green;
	font : arial;
}

BODY  {}

