html {
}

body    {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 13px;
	color: #fdce12;
	height: 100%;
	margin: 0px auto 0px auto;
	background-color:#00308F;
	padding: 5em;
}

a {
	color: #fdce12;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

h1 {
font-size:3em;
}