BODY { background: white;
       color: black;
       font-family: Arial, "MS Arial", Helvetica, Verdana, "MS Verdana",
                    Swiss, Univers, Futura, "ITC Avant Garde Gothic",
                    "ITC Stone Sans", "Gill Sans", "Akzidenz Grotesk",
                    "MS Trebuchet", sansserif;
       font-size: smaller;
       font-style: normal;    
       font-variant: normal;
       font-weight: normal;
       margin: 1em; 
       text-align: left }

H1 { background: white;
     color: red;
     font-family: Arial, "MS Arial", Helvetica, Verdana, "MS Verdana",
                    Swiss, Univers, Futura, "ITC Avant Garde Gothic",
                    "ITC Stone Sans", "Gill Sans", "Akzidenz Grotesk",
                    "MS Trebuchet", sansserif;
     font-size: medium;  
     font-weight: bold }

H2 { background: white;
     color: black;
     font-size: medium;  
     font-weight: bold }


LI { list-style-image: none;
     list-style-position: outside;
     list-style-type: disc }

B { font-weight: bold }

A:link { text-decoration: underline }

A:visited { text-decoration: underline }

A:active { text-decoration: underline }


.order { background: yellow;
         font-weight: bold }

.credit { font-size: smaller }


.html { background: yellow;
        color: blue;
        font-family: Courier, "MS Courier New", Prestige, "Everson Mono", monospaced }

.pink-emphasis { background: pink;
        color: black;
        font-family: Arial, Helvetica, Swiss }



#navigation { font-family: Arial, "MS Arial", Helvetica, Verdana, "MS Verdana",
                    Swiss, Univers, Futura, "ITC Avant Garde Gothic",
                    "ITC Stone Sans", "Gill Sans", "Akzidenz Grotesk",
                    "MS Trebuchet", sansserif;
              font-size: small;  
              font-weight: normal;
              text-decoration: underline }