BODY {
    font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
    background-color: white;
    color: black;
}

BODY.mainpage {
    background-color: white;
    color: black;
    margin: 10px 0 0 0
}

H1 {
    font-size: 23pt;
    text-align: left;
}

H2 {
    font-size: 16pt;
    text-align: left;
    color: #606060;
    background-color: white;
    letter-spacing: .3em;
    word-spacing: 0.5em;
}

H3, H6, TH {
    font-size: 8pt;
    font-weight: 600;
    font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

H6 {
    text-align: center;
    color: #202020;
    background-color: white;
}

TH {
    text-align: left;
    color: #606060;
    background-color: white;
}

H3 {
    color: white;
    background-color: #606060;
    text-align: right;
    letter-spacing: 1em;
    word-spacing: 2em;
    line-height: 14pt;
    text-transform: uppercase;
}

DT, P {
    font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    text-align: justify;
    color: black;
    background-color: transparent;
}

.question {
    font-weight: 700;
}

.left {
    text-align: left;
}

P.menubar {
    color: #a0a0a0;
    background-color: #404040;
    font-size: 8pt;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 2px;
    text-align: center;
    letter-spacing: 0.2em;
    word-spacing: 1.5em;
}

P.institute {
    text-align: left;
}

.mainpage {
    text-align: center;
}

DIV#mainbody {
    text-align: center;
}

DIV#links {
    text-align: center;
    left: 5px;
    top: 180px;
    width: 150px;
    height: auto;
    margin-bottom: 130px;
    position: absolute;
}

DIV#content {
    text-align: justify;
    position: relative;
    left: 160px;
    margin-right: 165px;
    top: 10px;
    margin-bottom:10px;
    height: auto;
}

DIV#signature {
    text-align: justify;
    left: 20px;
    top: 60px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    clear: both;
}

P.onsitelinks, P.otherlinks, P.friendslinks, P.offsitelinks, P.favourites {
    text-align: center;
    font-family: "OCR A Extended", "Courier New", monospace;
    font-size: 9pt;
    line-height: 12pt;
}

SMALL {
    font-size: 0.9em;
}

A:link, A:visited {
    color: #cf7500;
    background-color: white;
    text-decoration: none;
}

A:active, A:hover, .selected {
    color: #ffa500;
    background-color: black;
    text-decoration: none;
}

P.menubar A:link, P.menubar A:visited {
    color: #ffa500;
    background-color: #404040;
    text-decoration: none;
}

P.menubar A:active, P.menubar A:hover {
    color: white;
    background-color: black;
    text-decoration: none;
}

P.otherlinks A:link, P.otherlinks A:visited {
    color: black;
    background-color: white;
    text-decoration: none;
}

P.otherlinks A:active, P.otherlinks A:hover {
    color: white;
    background-color: black;
    text-decoration: none;
}

P.friendslinks A:link, P.friendslinks A:visited {
    color: #000060;
    background-color: white;
    text-decoration: none;
}

P.friendslinks A:active, P.friendslinks A:hover {
    color: white;
    background-color: #000060;
    text-decoration: none;
}

P.offsitelinks A:link, P.offsitelinks A:visited {
    color: #008050;
    background-color: white;
    text-decoration: none;
}

P.offsitelinks A:active, P.offsitelinks A:hover {
    color: white;
    background-color: #008050;
    text-decoration: none;
}

.offsitelinks A:link, A:link.offsite, .offsitelinks A:visited, A:visited.offsite {
    color: #2080d0;
    background-color: white;
    text-decoration: none;
}

.offsitelinks A:active, A:active.offsite, .offsitelinks A:hover, A:hover.offsite {
    color: white;
    background-color: #2080d0;
    text-decoration: none;
}

P.favourites A:link, P.favourites A:visited {
    color: red;
    background-color: white;
    text-decoration: none;
}

P.favourites A:active, P.favourites A:hover {
    color: black;
    background-color: red;
    text-decoration: none;
}

SUP, SUB {
    font-size: 0.8em;
}

SUP {
    vertical-align: super;
}

SUB {
    vertical-align: sub;
}

EM {
    font-family: Times, Serif;
    font-size: 10pt;
    font-style: normal;
    letter-spacing: .1em;
    background-color: #f0f0f0;
    color: #404040;
}

BLOCKQUOTE {
    font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
    font-size: 8pt;
    color: #606060;
    background-color: #e0e0e0;
    text-align: justify;
    margin-left: 4%;
    margin-right: 4%;
    border: solid #a0a0a0 1px;
    padding: 4px 4px 4px 4px;
}


UL, OL, LI {
    font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    color: #303030;
    background-color: transparent;
    text-align: left;
}

