html {
    background: #c0c0c0;
}
a {
    color: #5783ad;
}

body {
    background: #fff;
    margin: 22px auto;
    width: 744px;
    padding: 22px;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #464646;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#bottom {
    width: 700px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #f5f5f5;
    padding: 22px;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #464646;
}

#toolbar {
    margin: 22px 22px 22px 22px;
}

#send {
    height: 35px; width: 180px; font-weight: bold; font-size: 12px;
}

#text {
    background:none;
    padding: 12px;
    font: 14px Tahoma, sans-serif,verdana,arial;
    border: solid 1px #c0c0c0;
    width: 700px;
    height: 300px;
}

h2 {
    font-size: 1em;
    margin: 0 0 .4em 0;
    font-weight: normal;
}
h1 {
    font-size: 3em;
    margin: 0 0 0 0;
    font-weight: normal;
    color: black;
}


