body {
	background: #4b82bb;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: underline;
	color: #000;
}


/* TABLES */
#container {
	width: 49em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #336699;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0 20px; 
	font: Arial, Helvetica, sans-serif 3em #000;
}

#links {
	padding: 3px;
	background: #c1c9d1;
	border: 1px solid #88929c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}

/* FONTS */
#text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}
#foot {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000;
	}