body {
    background-image: url(http://nursesaynyet.com/images/red_background.gif);
}
h1.svetlana {
    font-weight: bold;
    font-size: 1.8em;
    font-family: georgia, garamond;
    text-align: center;
    color: black;
    line-height: 2em;
}
h2.svetlana {
    font-weight: bold;
    font-size: 1.4em;
    font-family: georgia, garamond;
    text-align: center;
    color: black;
}
p.svetlana {
    font-weight: normal;
    font-size: 1em;
    font-family: georgia, garamond;
    margin: 10px;
}
a.svetlana {
    display: block;
    width: 150px;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
    color: red;
    text-align: center;
    padding: 1px 2px;
    border: 2px solid red;
    margin: 5px auto;
}
a:visited.svetlana {
    color: gray;
    background-color: silver;
    border-color: black;
}
a:hover.svetlana {
    background: black;
    color: white;
}
a:active.svetlana {
    background: red;
    color: white;
}
div#wrapper {
    width: 675px;
    margin: 0 auto;
    padding: 0;
    background-color: white;
    border: 1px solid black;

}
.buttons a {
    display: block;
    width: 150px;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
    color: red;
    text-align: center;
    padding: 1px 2px;
    border: 2px solid red;
    margin: 5px;
    float: left;
}
.buttons a:visited {
    color: gray;
    background-color: silver;
    border-color: black;
}
.buttons a:hover {
    background: black;
    color: white;
}
.buttons a:active {
    background: red;
    color: white;
}
.headlinesmall {
    FONT-SIZE: 17px;
    FONT-FAMILY: Georgia, Garamond;
}
td.headlinesmall a {
    color: black;
    padding: 2px;
    border: 2px solid white;
}
td.headlinesmall a:hover {
    color: white;
    border: 2px solid black;
    text-decoration: none;
    background-color: gray;
}
div.buttons {
    width: 505px;
    margin: 10px auto;
    text-align: center;
}
#wrapper h2 {
    font-weight: bold;
    font-size: 1.3em;
    font-family: georgia, garamond;
    text-align: center;
}
