/* default-colours */
BODY
{
  color: #FFFFB0;
  background-color: #000000;
  background-image: url("../images/flame-plasma.jpeg");
  background-repeat: repeat;
  background-position: top left;
  background-attachment: fixed;
}

A:link
{
  background-color: inherit;
  color: #FFFFD0;
}

A:visited
{
  background-color: inherit;
  color: #CCCC00;
}

A:hover
{
  background-color: #CCCC00;
  color:      #000000;
}

A.no-inversion:hover
{
  background-color: inherit;
  color:      #FFFF99;
}

A:active
{
  background-color: inherit;
  color: #FFFF99;
}

DIV.main-header
{
}

DIV.main-body
{
}

DIV.main-footer
{
}

DIV.main-list
{
  border: 1px solid #FFA500;
}
.list-info
{
  background-color: inherit;
  color:      #FFFFB0;
  border:     0.2em solid yellow;
  background: url("../images/flame-plasma-yellow.jpeg") 0 0 repeat fixed;
}
