/* colors are entered in a separate css file and will casacde in later        */
/* remaining (non-color) formatting on body and other tags                    */
body {font-family: Tahoma,Arial,sans-serif;}
h1,h2          {font-variant: small-caps;}
h1,h2,h3       {text-align: center;}
h1             {font-size: 248.8%;}
h2             {font-size: 172.8%;}
h3,h4          {font-size: 120.0%;}
h4.special     {font-size: 100.0%; border-style: solid none; text-align: center;}
h3.special     {font-size: 100.0%; text-decoration: underline overline; text-align: left;}
h5             {font-size: 83.3%;}
h6             {font-size: 69.4%;}
h1,h2,h3,h4,h5 {font-weight: bolder;}
h6             {font-weight: lighter; font-style: italic;}

code {font-family: Fixedsys,monospace;}

p {text-indent: 2.8em; margin: 0.5em 0;}

img {border-style: none;}

/* activated links do not appear different from normal (new/visited) links    */
a:active {color: inherit;}
