body {
	font-family: "Trebuchet MS", Arial, Helvetica;
	background-color: white;
	color: black;
}

ul { 
	list-style: square;
	margin-top:0px;
	margin-bottom:0px; 
}

li {
	list-style: square;
	padding-left: 10px;
	margin-left: -5px;
}

a:link { 
	color: rgb(51, 102, 153) 
}

a:active { 
	color: rgb(102, 102, 102) 
}

a:visited { 
	color: rgb(51, 102, 153) 
}

table { 
	font-family: 'Trebuchet MS', Arial, Helvetica; 
	font-style: Normal; 
}

td {
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-style: Normal;
}
