body {
    background-color : #440000;
    color : #000000;
    text-align : center;
    margin-top : 50px;
    vertical-align : middle;
    font-family : copperplate, copperplate gothic, copperplate gothic light, copperplate gothic bold, helvetica, verdana, sans-serif;
}

a {
    color: #000000;
    text-decoration: none;
}

a: link {
    text-decoration: none;
}

a:active {
    font-weight: bold;
}

a:hover {
    font-weight: bold;
}

#content {
	width: 770px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    border: 2px solid #000000;
    background-color: #ffffcc;
    padding: 5px;
    text-align: left;
}