P  {
	font-size : x-small;
	font-family : Arial;
	color : Black;
}

H1  {
	font-size : medium;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Maroon;
}

H2  {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #ff0000;
}

H3  {
	font-size : xx-small;
	font-family : Arial;
	color : #ff0000;
}

h6  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
}

A  {
	color : Red;
	text-decoration : none;
}

A:Visited  {
	color : Red;
	text-decoration : none;
}

A:Active  {
	color : Red;
	text-decoration : none;
}

A:Hover  {
	color : Red;
	text-decoration : underline;
}

BODY  {
	font-size : x-small;
	font-family : Arial;
	color : Black;
}

LI  {
	font-size : x-small;
	font-family : Arial;
	font-style : normal;
	color : Black;
}

