/* First one is throwaway for Netscape prior to 7.0 */
p.dummy {
	font-family: "Times New Roman", Times, serif;
}
A:link    {color: navy;
           text-decoration: underline}
A:visited {color: Green;
           text-decoration: underline}
A:active  {color: purple;
           text-decoration: underline}
A:hover   {color: navy;
           text-decoration: underline}

BODY      {font-family: "Lucida Sans Unicode", Verdana, Geneva, Arial, Helvetica, sans-serif;
           margin: 0 auto auto 110px;
           color: black;
}
           
CODE      {font-family: "Courier New", Courier, Monaco, monospace}

.note { font-size: smaller; }