P  {
	font-size : small;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	list-style-type : circle;
}

H1  {}

H2  {
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Blue;
	font-size : x-large;
}

H3  {}

A  {
	text-decoration : none;
	color : Blue;
}

A:Visited  {
	color : Fuchsia;
}

A:Active  {
	color : Red;
}

A:Hover  {}

BODY  {
	font-size : small;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	background-color : White;
	text-indent : 10;
}

BBold  {
	font-size : small;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Black;
	background-color : White;
}


