body {
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin-left: 130px;
    margin-right: 130px;
    background-color: #002E63;
    color: #FFFDD0;
}

a:link, a:hover, a:visited {
    color: #00B7EB;
    text-decoration: none;
    border-bottom: 1px dotted #808080;
}

a:hover {
    color: #0000FF;
    border-bottom: 1px solid #808080;
}

img {
    border: 3px solid black;
}

.header {
    text-align: center;
}

.content {
    padding-bottom: 20px;
}

a img { border: none }
