/*
   www.chris-d.net/css/common.css
   Styles common to screen and printer
   See also screen.css and printer.css
   Chris Denning 2005
*/
HTML
{
  background: #F0F0FF;
  color: #181820;
  font-family: "arial", "helvetica", sans-serif;
  font-size: medium;
}

.header
{
  text-align: center;
  border-bottom: thin solid #808080;
}

:link
{
  text-decoration: underline;
}

.warning, .error
{
  color: red;
}

.debug
{
  background-color: #FF8080;
}

/* Thin line above footer, with 4px gap before text */
.footer
{
  background: #303040;
  color: #F0F0FF;
  text-align: right;
  font-weight: bold;
  margin: 4px;
  border-top: thin solid #808080;
  padding: 4px;
}

