body
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #fff;
	color: #555555;
}

.ul
{
	color:000000;
	list-style-type:disc;
	list-style:disc;
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #fff;
	color: #555555;
}
	
a
{
	color: #007788;
	list-style-position: outside;
	list-style-type: none;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
	list-style-position: outside;
	list-style-type: none;
}