body {
	font-family: verdana;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	color: rgb(255, 255, 255);
	background-color: rgb(255, 255, 255);
}



a:link {
	color: rgb(60, 60, 60);
	text-decoration: none;
}

a:visited {
	color: rgb(60, 60, 60);
	text-decoration: none;
}

a:active {
	color: rgb(60, 60, 60);
	text-decoration: none;
}

a:hover {
	
	color: rgb(60, 60, 60);
	text-decoration: none;
	
}


table {
	background-color: rgb(255, 255, 255);
	border: 0;
	line-height: 0;
	padding: 0;
}