p, tr   {
    Font-size: 14px;
    Font-family: Arial, Helvetica, Geneva, sans-serif;
    text-align : justify
}
body, {
    color: black;
    background-color: #FFFFFF;
    Margin-top : 0;
    Margin-left : 0;
    Margin-bottom : 0;
}

table, {
    Margin-top : 0;
    Margin-left : 0;
}

h1 {
    Font-family : Haettenschweiler, "Arial Narrow", monospace;
    Font-weight: normal;
    Font-size: 1.2em;
}

h2 {
    Font-family : Haettenschweiler, "Arial Narrow", monospace;
    Font-weight : normal;
    Font-size : 1em;
    Padding-left : 20;
}

.quote {
    Font-family : Georgia, "Times New Roman", Times, serif;
    Font-style : italic;
    Font-size : 1.2em;
    Margin-left : 1em;
}
.small {
    Font-size : 0.8em;
}
.nav {
    Font-family : Haettenschweiler, "Arial Narrow", monospace;
    Font-weight : normal;
    Font-size : 1.2em;
}
.big {
    Font-size : 1.1em;
    Font-weight : normal;
}
.item {
    Font-size : .9em;
    Padding-left : 25;
}


:link {
    Color : #990000;
    Text-decoration : none;
}
:visited {
    Color : #000066;
    Text-decoration : none;
}
:hover {
    Color : red;
}

