body { 
	background-color: blue;
	color: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
	}
table {
	border: 0;
	cellspacing: 0;
	cellpadding: 0;
	table-layout: fixed
	}
a:link {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none
	}
a:visited {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none
	}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none
	}
a:active {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none
	}