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: left;
	}

h3	{
	font-family: Serif;
	color: black;
	text-align: left;
	}

h4	{
	font-family: Serif;
	color: black;
	text-align: left;
	}

p	{
	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%"
	}

.short	{
	 align="center" width="25%"
	}

dt	{
	font-family: Serif;
	color: black;
	text-align: justify;
	font-weight: bold;
	}

dd	{
	font-family: Serif;
	color: black;
	text-align: justify;
	}