/* defaults, white on black  */

BODY * 
{
  color: #ffffff;
  background-color: #000000;
  font-size: 12pt;
  text-align: left;
}

:link
{
  color: #9999ff;
  text-decoration: underline;
}

:hover
{
  color: #ff9999;
  text-decoration: underline;
}

:visited
{
  color: #cc99ff;
  text-decoration: underline;
}


/* red text for big headings */
P.bigred
{
  color: #ff0000;
  font-size: 18pt;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
}

/* big white text */
P.bigwhite
{
  color: #ffffff;
  font-size: 18pt;
  text-align: center;
}

/* smaller headings */
P.whitehead
{
  color: #ffffff;
  font-size: 16pt;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
}

/*centered stuffs */
P.centered
{
  text-align: center;
}

/*turquoise stuffs */
P.turq
{
  color: #33ffff;
}

/*centered bolded turquoise stuffs */
P.cturq
{
  text-align: center;
  font-weight: bold;
  color: #33ffff;
}

/*yellow */
P.yell
{
  color: ffff00;
}

/*centered big yellow stuffs */
P.cyell
{
  text-align: center;
  font-weight: bold;
  color: #ffff00;
  font-size: 18pt;
}

/* black on white, apply with <TD class="panel"> */

.panel *
{
   background-color: #ffffff;
   color: #000000;
   font-size: 14pt;
   text-align: left;
}

.panel :link
{
  color: #330099;
  text-decoration: underline;
}

.panel :hover
{
  color: #993300;
  text-decoration: underline;
}

.panel :visited
{
  color: #990099;
  text-decoration: underline;
}

/* purple for background, apply with <P class="purp"> */

.purp *
{
   background-color: #660099;
}
