body {
    background-color: #ffffff;
}

textarea {
    width: 350px;
    height: 150px;
}

h1 {
    margin: 0px;
    font-weight: bolder;
    font-size: 21px;
}

h2 {
    margin: 0px;
    font-weight: bolder;
    font-size: 13px;
}

h3 {
    margin: 0px;
    font-weight: bolder;
    font-size: 17px;
}


ul {
    margin: 0px;
    list-style: none outside;
}

form {
    margin: 0px;
}

a:link, a:visited, a:active {
    color: #000000;
}

a:hover {
    color: #c90000;
    text-decoration: none;
}

#right {
    background-color: #f4f4f4;
    width: 700px;
    padding: 5px;
    border: 1px solid #000000;
    float: right;
}

#content {
    width: 500px;
    height: 400px;
}
