/* CSS Style Sheet for the Numismatic Association of Australia */

/* MAIN LAYOUT */

BODY
{
  background: #EEEEEE;
  color: #000000;
  font-style: normal;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

TABLE
{
  background: #EEEEEE;
  color: #000000;
  font-style: normal;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  
}

P
{
  text-align: justify;
  width: 100%;
  line-height: 14pt;
}

BLOCKQUOTE
{
  text-align: justify;
  width: 98%;
  line-height: 14pt;
}

A:link    { color: #0000FF }
A:active  { color: #006B54 }
A:visited { color: #900229 }

/* HEADINGS */

H1, H2, H3, H4, H5, H6
{
  color: #400040;
  background: transparent;
  margin-top: 0;
  font-style: normal;
  font-weight: bold;
  font-family: Times, serif;
}
