body {
    background-color: black;
    color: white;
}

h1, h2, h3, .nav li {
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-family: lucida grande, arial, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 1.4em;
}

h2 {
    font-size: 1.0em;
    margin: 0px;
}

p, h3, ul, ol, li {
    font-size: 11px;
}

p {
    text-align: justify;
}

p.first {
    margin-top: 0px;
}

p, ul, ol, li {
    font-family: lucida grande, arial;
}

.nav {
    margin: 10px 0px;
    list-style: none;
    font-size: 0.9em;
}

.nav li {
    display: inline;
    margin: 0px 10px;
}

.clean {
    margin: 10px 0px;
    list-style: none;
    font-size: 0.9em;
}

.clean li {
    display: block;
    margin: 10px;
}

.clean a {
        text-decoration: none;
}

.rounded {
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-radius-topright: 8px;
    border-radius-bottomright: 8px;
}

img {
    border: 0px;
}

a:link { color: #d3000b; }
a:visited { color: #a0000b; }
a:hover { color: red; }
a:active { color: red; }

li { list-style-image: url(../images/list.png); }