
/*
 * The Mezzo stylesheet.
 */

BODY
{
  width:               775;
  color:               #000000;
  background-color:    #FFFFFF;
  font-family:         sans-serif;
  font-size:           12px;
}

P
{
  font-family:         sans-serif;
  font-size:           12px;
  text-align:          justify;
}

PRE
{
  font-family:         monospace;
  font-size:           11px;
  text-align:          left;
}

CODE
{
  font-family:         monospace;
  font-size:           12px;
  text-align:          left;
}

SMALL
{
  font-size:           10px;
}

A
{
  background-color:    transparent;
  color:               #0000FF;
  text-decoration:     none;
}

A:visited
{
  background-color:    transparent;
  color:               #BF00BF;
}

A:active
{
  background-color:    transparent;
  color:               #4040FF;
}

A:hover
{
  background-color:    #EFEFFF;
  color:               #0000FF;
}

INPUT
{
  font-family:         sans-serif;
  font-size:           12px;
}

TABLE
{
  font-family:         sans-serif;
  font-size:           12px;
  text-align:          left;
}

TD
{
  font-family:         sans-serif;
  font-size:           12px;
}

TH
{
  font-family:         sans-serif;
  font-size:           12px;
  font-weight:         bold;
}

