P  {}

H1  {}

H2  {}

H3  {}

A  {
	font-size : small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Green;
	text-decoration : none;
}

A:Visited  {
	font-size : small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Green;
	text-decoration : none;
}

A:Active  {}

A:Hover  {
	font-size : small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Green;
    text-decoration : none;
}

BODY  {
	font-size : small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	list-style-type : circle;
	background : White;
}

