body {
    margin: 20px;
    background-color: white;
}
body, td, input, textarea, select {
    color: #000;
    font-family: Georgia, Times, "Times New Roman", Serif;
    font-size: 17px;
}
a {
    color:  #f36;
    text-decoration: none;
}
a:hover {
    border-bottom: 1px dotted #f36;
}

h1, h2, h3 {
    color: #366;
    font-weight: normal;
    letter-spacing: -0.05em;
    margin-bottom: 3px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}
p {
    margin-top: 0px;
}

#wrapper {
    width: 600px;
}

#logo {
    margin-bottom: 20px;
}

#footer {
    border-top: 1px solid #0cc;
    padding-top: 5px;
    margin-top: 30px;
    font-size: 14px;
}

#buttons {
    margin-top: 20px;
}

.to_the_top {
    font-size: 11px;
}

.image_link {
    border: 1px solid #000;
}

a:hover.no_hover_border {
    border: 0;
}

