

	body {
		background: #003a51; 
	}

	div.section {
		position: relative;
		background-color: #cc3333;
		padding: 10px;
		margin: 30px 20% 30px 20%;
		text-align: center;

	}

	a {
		color: #fff;
		font-family: Verdana;
		font-size: 10pt;
		font-weight: bold;
	}

	a:link {
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
	}
