body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #FFFBFF;
    text-decoration: none;
    background-color: #062263;
    letter-spacing: 5px;
}
#clear {
	clear: both;
	height: 10px;
}
#wrapper {
	margin: 0 auto;
	margin-top: 8%;
	position: absolute;
	text-align: center;
}
a:link, a:visited {
    color: #ffea00;
    font-weight: 900;
    font-size: 12px;
    text-decoration: none;
}
a:active, a:hover {
    color: #ffea00;
    font-weight: 900;
    font-size: 12px;
    text-decoration: overline underline;
}