/*
   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: "Folio Lt BT", "arial", sans-serif;
  font-size: medium;
}

H1, H2, H3, H4
{
  font-family: "EngraversGothic BT", "arial", sans-serif;
}

.header
{
  text-align: center;
  border-bottom: thin solid #808080;
}

:link
{
  text-decoration: underline;
}

.warning, .error
{
  color: red;
}

.debug
{
  background-color: #FF8080;
}

.box
{
  width: 20em;
  margin: 3px;
  border: 3px solid #A0A0D0;
  padding: 3px;
  background-color: #B0B0E0;
}

.box h2
{
  text-align: center;
  margin: 0px;
}

/* 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;
}


