P  {
	font-size : small;
	font-family : "Times New Roman", Times, serif;
	color : Black;
	text-indent : 25;
	margin-left : 25;
	font-weight : normal;
	font-style : normal;
}

H1  {
	margin-left : 40;
	text-align : center;
	font-size : large;
	font-family : "Times New Roman", Times, serif;
	font-weight : bold;
	font-style : normal;
	color : #000099;
}

H2  {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Black;
	margin-left : 25;
	text-align : center;
}

H3  {
	font-size : medium;
	font-family : "Times New Roman", Times, serif;
	font-weight : bold;
	font-style : normal;
	color : #000099;
	text-align : center;
	margin-left : 25;
}

A  {
	font-size : small;
	font-family : Times New Roman;
	color : Red;
	font-weight : bold;
	font-style : normal;
}

A:Visited  {
	font-size : small;
	font-family : Times New Roman;
	color : Gray;
	font-weight : bold;
	font-style : normal;
}

A:Active  {
	font-size : small;
	color : #ffff99;
	font-weight : bold;
	font-family : Times New Roman;
	font-style : normal;
}

A:Hover  {
	font-size : small;
	font-weight : bold;
	font-family : Times New Roman;
	font-style : normal;
	color : #9C00D7;
}

BODY  {
	margin-left : 25;
	color : Black;
	background : #DBCCB6;
	list-style-position : inside;
	list-style-type : disc;
}

H4  {
	font-size : small;
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	margin-left : 25;
}

ol
	{
	margin-left: 25px;
	padding-left: 60px;
	list-style-position: outside;
	text-indent:0px;
	}
