/* Heng's General Style Sheet */

BODY
{
  background-color: WHITE;
  color: BLACK;
}

BODY.panel
{
  background-color: BEIGE;
  color: BLACK;
}

A:link { color: BLACK }
A:visited { color: GRAY }
A:hover { color: RED }
A:active { color: BLACK; font-weight: bold; }

H1,H2, H3, H4
{
  font-weight: bold;
  margin-right: 0%;
  margin-left: 0%;
  background-color: BLACK;
  color: WHITE;
  border: none;
}

H1 { font-size: 250% }
H2 { font-size: 200% }
H3 { font-size: 150% }

DIV.row1
{
  background-color: #eeeeee;
  margin-left: 80;
}
DIV.row2
{
  background-color: #cccccc;
  margin-left: 80;
}
DIV.shade1
{
  background-color: #eeeeee;
}
DIV.shade2
{
  background-color: #cccccc;
}

PRE
{
  background-color: #eeeeee;
}
