/*      Copyright (C) 2000 by Charles E. Galvin Jr.  All rights reserved. */
/*      Kopirajto (C) 2000 che Charles E. Galvin Jr.  Chiuj rajtoj estas rezervitaj. */
/*      Color descriptions of 1-word represent colors from the 16-color CSS palette */
/*              longer color descriptions are Web-safe colors with my own names*/
 
A.navbar        {
        background-color: #CCFFCC; /* Pale Green */
        color: #CC0000; /* Fire Engine Red */
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        font-size: smaller;
        font-weight: bold;
        text-decoration: none
}
 
A:link  {
        background-color: #CCFFCC; /* Pale Green */
        color: #0000FF /* Blue */
}
 
A:visited       {
        background-color: #CCFFCC; /* Pale Green */
        color: #008000 /* Green */
}
 
A:active        {
        background-color: #CCFFCC; /* Pale Green */
        color: #6666FF; /* French Blue */
        font-weight: bold
}
 
BODY    {
        background-color: #CCFFCC; /* Pale Green */
        color: #000000; /* Black */
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: medium;
        font-weight: normal;
        margin: 1em;
        text-align: left
}
 
BR.both {
        clear: both
}
 
BR.left {
        clear: left
}
 
DIV.center      {
        text-align: center
}
 
DT      {
        margin-top: 0.5em
}
 
H1, H2, H3, H4, H5, H6  {
        background-color: #CCFFCC; /* Pale Green */
        color: #009900; /* Kelly Green */
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-transform: capitalize
}
 
H1      {
        font-size: larger;
        font-weight: bold
}
 
H2      {
        font-size: larger
}
 
H3      {
        font-weight: bold
}
 
H4      {
        text-decoration: underline
}
 
H5      {
        font-size: smaller;
        font-weight: bold
}
 
H6      {
        font-size: smaller
}
 
HR.both {
        clear: both
}
 
IMG     {
        border-style: none
}
 
IMG.bullet      {
        float: left;
        vertical-align: middle
}
 
IMG.left        {
        float: left;
        vertical-align: top
}
 
IMG.right       {
        float: right;
        vertical-align: top
}
 
P       {
        text-align: justify;
        text-indent: 2em
}
 
P.footnote      {
        font-size: smaller;
        text-indent: 0
}
 
P.indent        {
        margin-left: 2em;
        text-indent: 0
}
 
P.left  {
        text-indent: 0
}
 
P.navbar        {
        text-align: center;
        text-indent: 0
}
 
EM      {
        font-style: italic
}
 
CODE, KBD, SAMP {
        font-family: "Andale Mono", "Monotype.com", "Courier New", Courier, monospace
}
 
STRONG  {
        font-weight: bold
}
 
SUB, SUP {
        font-size: smaller
}
 
UL      {
        list-style-type: disc
}
 
.smcap  {
        font-variant: small-caps
}
 
.strem  {
        font-style: italic;
        font-weight: bold
}
 
.highlight      {
        background-color: #FFFF00; /* Yellow */
        color: #000000 /* Black */
}
 
.highlight2     {
        background-color: #FFCCFF; /* My Lavender */
        color: #000000 /* Black */
}
 
.alilingva      {
        font-style: italic
}
 
.alilingva2     {
        text-decoration: none;
        font-style: italic
}
 
.nounderline    {
        text-decoration: none
}
 
.reverse        {
        background-color: #009900; /* Kelly Green */
        color: #CCFFCC; /* Pale Green */
}


