* {
    font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    border: none;
    line-height: 100%;
}

BODY {
    background-color: #f0f0f0;
    padding: 0;
}

#wrapper {
    margin: 10px;
}

H1,H2,H3,H4,H5,H6 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0 0 0;
    white-space: nowrap;
    clear: right;
}

H1 { font-size: 2em; }
H2 { font-size: 1.6em; }
H3 { font-size: 1.2em; font-style: italic;}
H4 { font-size: 1em; font-style: italic; }

a:link, a:hover, a:visited, a:active {
font-style: italic; color: blue;
}
