P  {}

H1  {}

H2  {
	font-size : xx-small;
}

H3  {
	font-size : medium;
	font-weight : bold;
}

ol  {
	font-size : xx-small;
	text-align : left;
	list-style-type : decimal;
	list-style-position : inside;
	list-style : inside;
	font-family : serif;
}

H6  {
	font-size : small;
	color : #008080;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}

h4  {
	font-size : small;
	font-weight : bold;
	color : #008080;
	text-align : right;
}

h7  {
	font-size : xx-small;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}

ul  {
	font-size : small;
	text-align : left;
	list-style-type : disk;
	list-style-position : inside;
	list-style : inside;
}

<font>  {
	font-family : sans-serif;
}


