/* Stylesheet for single pages */

A:link    { color:blue }
A:active  { color:red }
A:visited { color:purple }
A:hover   { color:red }

BODY {            color:black;
       background-color:white;
       font-family: Arial, Helvetica, sans-serif }

H1, H2, H3 { font-family: AvantGarde, Arial, Helvetica, sans-serif }

H4, H5, H6, P, UL, TD, TH { font-family: Arial, Helvetica, sans-serif }

.xnowrap { white-space: nowrap }
