body {
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #030303;
}

h1, h2, h3 {
    margin-top: 0px;
    text-transform: uppercase;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

p, ul, ol {
    margin-top: 0px;
    line-height: 160%;
}

ul, ol {
}

a:link {
    text-decoration:none;
}

a:active {
    text-decoration:none;
}

a:hover {
    text-decoration:none;
}

a:visited {
    text-decoration:none;
}

#small {
    font-size: 12px;
    text-transform: lowercase;
}

#verysmall {
    font-size: 10px;
    text-transform: lowercase;
}

img {
    border:none;
}
