body {
    font-family: Helvetica, sans-serif;
}

a {
	color: #000090;
}

a:visited {
	color: #000090;
}

div.footer {
    align: center;
    text-align: center;
    font-size: 10pt;
    color: #909090;
    width: 100%;
    margin-top: 5px;
}

div.content {
	align: center;
    width: 70%;
	margin-left: auto;
	margin-right: auto;
    border-bottom: 1px solid #000040;
    padding-top: 20px;
    padding-bottom: 30px;
}

div.title {
    text-align: center;
}
