/* Cascading Style Sheet for
 * Dartguide.COM
 * http://www.dartguide.com/
 *
 * Author:     Robert Preston
 *             webmaster@ncid.com
 * Date:       January 2001
 */

a:link 
{
  Font-size: 10pt;
  color: #FF0000;
  font-weight: normal;
  text-decoration: none;
}

a:visited 
{
  Font-size: 10pt;
  color: #0000FF;
  font-weight: normal;
  text-decoration: none;
}

a:active 
{
  Font-size: 10pt;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
}
a:hover 
{
  Font-size: 10pt;
  color: #FF0000;
  font-weight: normal;
  text-decoration: none;
}

body, td 
{
  background: #000000;
  font-size: 10pt;
  font-weight: normal;
  color: #C0C0C0;
  font-family: "Arial, Times, Verdana, Helvetica";
}

p.title
{
  Font-size: 12pt;
  font-weight: bold;
  color: #C0C0C0;
  text-align: center;
}

p.standard
{
  Font-size: 10pt;
  font-weight: normal;
  color: #C0C0C0;
}

p.yellow
{
  Font-size: 10pt;
  font-weight: normal;
  color: #FFFF00;
}

p.footnote
{
  Font-size: 8pt;
  font-weight: normal;
  color: #C0C0C0;
  text-align: center;
}

/* End
 */