div#content {
	margin-top: 250px;
}

body {
	background-color: white;
	font: normal 14px "Helvetica", Arial, Helvetica, Geneva, sans-serif;
	color: #02608b;
}

div#footer {
	margin-top: 100px;
}

a:link {
    color: #02608b;
}

/* visited link */
a:visited {
    color: #0b89ba";
}

/* mouse over link */
a:hover {
    color: #0b89ba;
}

/* selected link */
a:active {
    color: #02608b;
}