P  {
	font-size : x-small;
	font-family : Verdana;
	color : Black;
	list-style-type : square;
}

H1  {}

H2  {}

H3  {}

A  {
	font-size : x-small;
	font-family : Verdana;
}

A:Visited  {
	font-size : x-small;
	font-family : Verdana;
	font-style : normal;
	color : Blue;
	text-decoration : none;
}

A:Active  {
	font-size : x-small;
	font-family : Verdana;
	color : Blue;
	font-style : normal;
	text-decoration : none;
}

A:Hover  {
	font-size : x-small;
	font-family : Verdana;
	font-weight : normal;
	color : Red;
	font-style : normal;
	text-decoration : none;
}

BODY  {
	text-decoration : none;
	font-size : x-small;
	font-family : Verdana;
	font-style : normal;
	color : Black;
}

LI  {
	list-style : square;
	list-style-type : square;
	font-size : x-small;
	font-family : Verdana;
	color : Black;
}

TD  {
	font-size : x-small;
	font-family : Verdana;
	font-style : normal;
	color : Black;
}

