html {
    background-color: #FAFBB7;
    font-family:arial;
    font-weight:590;
}

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

div#wrapper {
    margin: 100px auto;
    width: 1025px;
}

div#content {
    clear: both;
    margin-top: 100px;
    margin:auto;
    width: 65%;
    font-weight:500;
    font-size:large;
    text-align:justify;
    line-height: 150%;
}