body {
	background-color: #ccffff;
	font: times, lucida, verdana;
	font-size: 11pt;
	text-align: justify;
	margin: 5em;
	text: #000000;
}
a:link
{
	color: #0000ff; 
	text-decoration:none;
}
a:visited
{
	color: #0000ff; 
	text-decoration:underline;
} 
a:active 
{
	color: #ff0000;
	text-decoration:none;
}
h1
{
	color: purple;
}
td { 
	font: times, lucida, verdana;
	font-size: 11pt;
}

dt {
	margin-top: 10pt;
}

ul { 
	list-style: square;
}
