body	{
	background-color="#FFFFCC";
	font-family: Serif;
	color: black;
	text-align: left
	}

h1	{
	font-family: Serif;
	color: black;
	text-align: center;
	}

h2	{
	font-family: Serif;
	color: black;
	text-align: center;
	}

h3	{
	font-family: Serif;
	color: black;
	text-align: center;
	}

p	{
	font-family: Serif;
	color: black;
	text-align: justify;
	}

td	{
	font-family: Serif;
	color: black;
	text-align: justify;
	}

.center	{
	text-align: center;
	}

ol	{
	list-style-type: upper-roman;
	}

ol ol	{
	list-style-type: lower-roman;
	}

ol ol ol	{
	list-style-type: lower-alpha;
	}

hr	{
	align: center;
	width: 100%;
	}

dt	{
	font-family: Serif;
	color: black;
	font-weight: bold;
	text-align: left;
	}

dd	{
	font-family: Serif;
	color: black;
	text-align: justify;
	}

