P  {
	font-family : Times New Roman;
	color : Black;
	font-size : normal;
	text-align : left;
}

H1  {
	font-size : xx-large;
	font-family : Arial;
	font-weight : bold;
	color : Black;
	text-align : center;
}

H2  {
	font-family : Arial;
	font-weight : bold;
	font-size : x-large;
}

H3  {
	font-size : large;
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
}

A  {
	color : Blue;
}

A:Visited  {
	color : Purple;
}

A:Active  {
	color : Maroon;
}

A:Hover  {
	color : Red;
}

BODY  {
	color : Black;
	font-family : Times New Roman;
	font-size : small;
	background-color : #FCFCFC;
}

.center  {
	text-align : center;
}


UL  {
	list-style-type : square;
}

LI  {
	font-size : small;
	list-style : disk;
}

