body
{
	background-color: #FFFFEF;
	font-style: normal;
	font-family: arial, 'sans serif';
	font-size: 100%;
	color: black;
}

h1, h2, h3, h4, h5, h6
{
	font-style: italic;
}

p
{
	font-style: oblique;
	margin-left: 10pt;
}

ul
{
	list-style: disc;
}

ol
{
	list-style: decimal; 
}

table
{
	margin-left: 10pt;
}

th, tr, td
{
	font-size: 90%; 
}

/* This sets the color of a link */
a:link {color: Blue}
a:visited {color: Brown}
a:hover {color: Red}
a:active {color: Green}