header, footer {
    margin: 60px 50px;
    background-color: #231942;
}
h1, h2 {
}
a {
    color: #034078;
}
header a, footer a {
    color: #76b9af;
}
ul {
    list-style-type: none;
    list-style-image: none;
}
#wrapper {
    margin: 0px auto;
    max-width: 1024px;
}
body {
    margin: 0px;
    background-color: #fefcfb;
    font-size: 1.2em;
    font-family: Cambria, Hoefler Text, Liberation Serf, Times, Times New Roman, serif;
}
