body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    font-size: 12px;
}


@font-face {
    font-family: 'FilosofiaUnicase';
    src: url('/shared/css/fonts/FilosofiaUnicase.eot?#iefix') format('embedded-opentype'),
    url('/shared/css/fonts/FilosofiaUnicase.otf')  format('opentype'),
    url('/shared/css/fonts/FilosofiaUnicase.woff') format('woff'),
    url('/shared/css/fonts/FilosofiaUnicase.ttf')  format('truetype'),
    url('/shared/css/fonts/FilosofiaUnicase.svg#FilosofiaUnicase') format('svg');
    font-weight: normal;
    font-style: normal;
}

form {
    margin: 0;
}

img {
    border: none;
}

.debug {
    text-align: left;
}

.debug-inline {
    text-align: left;
    display: none;
}

.announcement {
    color: hotpink;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
}

#navBar {
    background-color: black;
    width: 800px;
    margin: 0 auto;
}

a:link {
    font-weight: bold;
    color: #7B5D2E;
    text-decoration: underline;
}

a:visited {
    font-weight: bold;
    color: #7B5D2E;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #8B6E40;
}

a:active {
    font-weight: bold;
    color: #7B5D2E;
}

/*** body text tags ***/
div.body {
    padding: 10px;
}

div.body h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 23px;
    margin-bottom: 2px;
    text-transform: uppercase;
    word-spacing: 1px;
    letter-spacing: 1px;
    color: #404040;
}

div.body h1.first {
    margin-top: 7px;
}

div.body h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 6px;
}

div.body h2.first {
    margin-top: 9px;
}

div.body h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 2px;
}

div.body p {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    margin-top: 0px;
    margin-bottom: 6px;
}