A:link { text-decoration: none; color: #3399ff;}          /* Unvisited ink definition                   */
A:visited { color: #cc33ff;}                              /* Visited link definition                    */
A:hover { text-decoration: underline; color: #cc0000;}    /* Colors used when the cursor is over a link */
body { background-color: #101010;}                        /* Page background color                      */
/* ---------------------------------------------------------------------------------------------------- */
p.std { font-family: arial;                               /* Standard paragraph text                    */
        font-size: 11pt;
        color: #acacac;
      }
/* ---------------------------------------------------------------------------------------------------- */
p.mnu { font-family: arial;                               /* Menu text                                  */
        font-size: 10pt;
        color: #acacac;
      }
/* ---------------------------------------------------------------------------------------------------- */
p.hdr { font-family: times;                               /* Page header text (i.e. Radnor Lake)        */
        font-size: 16pt;
        font-style: italic;
        font-weight: bold;
        text-decoration: underline;
        color: #fafafa;
      }
/* ---------------------------------------------------------------------------------------------------- */
p.min { font-family: arial;                               /* Minimal text - used under photographs      */
        font-size: 9pt;
        color: #acacac;
      }
/* ---------------------------------------------------------------------------------------------------- */
p.ftr { font-family: times;                               /* Footer text - At bottom of screen          */
        font-size: 12pt;
        color: #acacac;
      }
/* ---------------------------------------------------------------------------------------------------- */
p.ttl { font-family: times;                               /* Main title text - At top of screen         */
        font-size: 22pt;
        font-style: italic;
        font-weight: bold;
        color: #fafafa;
      }
