H1, H2, H3, H4,
H5, H6, B,
STRONG          { font-weight: bold }
BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
PRE             { white-space: pre }
BIG             { font-size: 1.17em }
SMALL, SUB, SUP { font-size: .83em }
SUB             { vertical-align: sub }
SUP             { vertical-align: super }
S, STRIKE, DEL  { text-decoration: line-through }
HR              { border: 1px inset }
OL, UL, DIR,
MENU            { margin-left: 50pt }
OL              { list-style-type: decimal }
LI              { list-style-type : disc}

H1              { font-size: 2em; margin: .16em 0;
                font-family: Garamond, Times, serif;}
H2              { font-size: 1.2em;
                font-family: Garamond, Times, serif;}
H3              { font-size: 1.2em;  }


OL UL, UL OL,
UL UL, OL OL,
TABLE,TD,TR     { margin-top: 0; margin-bottom: 0 }

U, INS          { text-decoration: underline }

H1,CENTER       { text-align: center }

BR:before       { content: "\A" }



body        {
        background-color: #FFffcc;
        margin-left: 10pt;
        padding: 0;
        background : #FFFFCC;
}
.small       {  font-size: .7em; }
h3,dl,dd,.text,dd.text  { margin-left: 10pt }

a:link  {
        color : #909000;
}
a:visited  {
        color : #909090;
}

a:hover  {
        color : #ffe060;
        text-decoration : underline;
}

a:active  {
        color : #ffe044;
        text-decoration : underline;
}

a.list:link  {
        color : #FFFFFF;
        font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
        font-weight: bold ;
        font-size: 1.0em;
        text-decoration : none;
        }
a.list:visited  {
        color : #D0D0D0;
        font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
        font-weight: bold ;
        font-size: 1.0em;
}

a.list:hover  {
        color : #FFdd00;
        font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
        text-decoration : underline;
        font-weight: bold ;
        font-size: 1.0em;

}

a.list:active  {
        color : #FFdd00;
        font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
        text-decoration : underline;
        font-weight: bold;
        font-size: 1.0em;
}

.list {
         background: #606060;
         margin:0; padding: 0;
         margin-left: 0;
}


/* An example of style for HTML 4.0's ABBR/ACRONYM elements */

:focus          { outline: thin dotted invert }


@media print {
  @page         { margin: 10% }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE,
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
}
