table.main {

	background-color: #01607E;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	margin-bottom: 24px;
	
}
	
td.main {

	color: white;
	font: 12px "Arial";
	padding: 24px;

}

td {

	font: 12px "Arial";
	color: white;
	
}

body {

	color: white;
	background-color: #01607E;
	margin: 0;

}

img {
	
	border: 0;

}

a:link {

	color: yellow;
	text-decoration: none;
	
}

a:visited {

	color: yellow;
	text-decoration: none;
	
}

a:hover {
	
	color: blue;
	text-decoration: none;
	
}

a:active {

	color: blue;
	text-decoration: none;
	
}