    * {
    padding: 0;
    margin: 0;
    }
    #center {
	height: 200px;
	left: 50%;
	margin: auto;
	margin-left: -300px;
	margin-top: -100px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 600px;
	}
	#quote {
	height: 100px;
	margin: auto;
	}
	#quote p {
	font-family: georgia, serif;
	font-size: 15pt;
	font-style: italic;
	font-weight: normal;
	}
	a, a:link, a:visited {
	color: #6DC0A9;
	text-decoration: none;
	}
	a:hover {
	border-bottom: 1px solid #B9EAFF;
	}
	#onwards li {
	color: #bcbcbc;
	display: inline;
	font-size: 8.5pt;
	text-align: right;
	}
	.arrow {
	color: #5FBFAB;
	font-weight: bold;
	}