BODY { background: white ; color: black }      /* Main page*/
A:visited { color: #808 }
A:link    { color: #f00 }
A:active  { background: #eee ; color: #00f }
A:hover   { background: #eee ;
          color: purple } /* highlight links on mouse over */
H1.title { background: black ;
           color: white ;
           margin-left: 0 ;
           font: lighter x-large sans-serif ;
           text-align: right }
H2 { font-family: sans-serif ;
     font-weight: lighter }
H3 { font-family: sans-serif ;
     margin-left: 1em ;
     font-weight: lighter }         /* Indent under-headings */
P, ADDRESS { margin-left: 3.5em ;
             text-align: justify ;
             font-family: "Times", serif } /* Indent main body */
UL, OL { margin-left: 5em }
P.note { color: #600 ;
         margin-left: +5em ;
         text-indent: -4.4em ;
         line-height: 120% ;
         font-size: smaller ;
         font-family: "Comic Sans MS", cursive, sans-serif } /* Notes and tips */
P.listnote { color: #600 ;
             margin-left: +3em ;
             margin-top: 0.25em ;
             margin-bottom: 0.25em ;
             line-height: 120% ;
             text-indent: -4.5em ;
             font-size: smaller ;
             font-family: "Comic Sans MS", cursive, sans-serif } /* Notes and tips inside a UL or OL*/
EM { text-indent: -1em ;
     font-weight: bold ;
     font-family: "Times", serif }        /* Menu item stick out */
IMG { margin-left: -3.5em }  /* Put graphics on the very left */
