/*--------------------This style sheet is for use in standard pages on the www.3ad.org site.It sets hyperlinks to white with no underline, and causes them to change to red upon hovering.  This feature will not currently work in Netscape.  This style sheet also setsthe font type and size for the more common page elements (p, td, body, and h1).--------------------*/body, p, td  {font-family: arial; font-size: 10pt}a            {font-family: arial; font-weight: bold; color: 004B2C; text-decoration: none}a:hover      {font-family: arial; font-weight: bold; color: maroon; text-decoration: none}h1           {font-family: arial; font-size: 12pt; font-weight: bold}h2           {font-family: arial; font-size: 12pt; font-weight: bold}