BODY {
	padding: 0;
	background: #E7EBF7;
	margin: 0;
	text-align: center;
}

.table{
   font: 10px Verdana, Arial, sans-serif;
   border: 0;
	color: white;
}
td {
	border: 0;
}

.font {
	font-size: 10px;
	color: #004481;
}

.tableB{
   font: 10px Verdana, Arial, sans-serif;
   border: 0;
	color: white;
}
.tableB a:link,  .tableB a:visited {
	color: #FFD700;
	text-decoration: none;
	font-weight: bold;
}
.tableB a:hover {
	color: white;
	text-decoration: underline;
}

a:link,  a:visited {
	color: #004481;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: white;
	text-decoration: underline;
}

H1 {
	font-size: 15px;
	padding: 5px 0 0 15px;
}
