body {
	background-color:#2c3358;
    color: #868ca6;
    font-family: Verdana;
    font-size: 10pt;
}
a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.center {
    text-align: center;
}

ul.links {
    margin: 0 auto;
    width: 500px;
    text-align: left;
}

