p, tr   {
    Font-size: 13px;
    Font-family: Arial, Helvetica, Geneva, sans-serif;
}
form, option, input, textarea {
    Font-size: 12px;
    Font-family: Arial, Helvetica, Geneva, sans-serif;
}
select {
    Font-size: 11px;
    Font-family: Arial, Helvetica, Geneva, sans-serif;
}
body, {
    color: black;
    background-color: #CCCCCC;
    Margin-top : 0;
    Margin-left : 25;
}

table, {
    background-color: #CCCCCC;
    Margin-top : 0;
    Margin-left : 0;
    Width: 550px
}

h1 {
    background-color: #999999;    
    Font-weight: bold;
    Font-size: 1.2em;
}

h2 {
    background-color: silver;
    Font-weight : bold;
    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: "Lucida Console", "Lucida Sans", "Monospac821 BT", Monotxt, "MS Sans Serif", monospace;
    Font-size : 0.9em;
}
.big {
    Font-size : 1.1em;
    Font-weight : normal;
}
.item {
    Font-size : .9em;
    Padding-left : 25;
}


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

