
a
{
	text-decoration: underline;
	
}
a:link { color: #003366; }
a:visited { color: #003366; }
a:active { color: #003366; }
a:hover { color: #003366; }
/* layout */
body
{
	margin: 0;
	background: #fff ;
        color: #F0F0F0;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: normal;
	font-size: small;
	line-height: 200%;
		text-align: center;
	
}

main {
	margin: 200px auto;
	text-align: center;
}