/* Ingo Althoefer */
/* http://www.althofer.de/format.css */

/* @media screen */
/* { */
   BODY {
      background-color:#dfdfdf;
      background-image:url(back.jpg);
      background-attachment:fixed;
      margin: 40px 80px;
      width: 500px;
      text-align:justify;
   }
   A:link {text-decoration:underline; color:#0000ff}
   A:visited {text-decoration:underline; color:#7f007f}
   A:hover {text-decoration:none; background-color:#ffff00}
/* } */

@media handheld
{
   BODY {
      background-color:#dfdfdf;
      background-image:url(back.jpg);
      background-attachment:fixed;
      margin: 0px 0px;
      text-align:justify;
   }
   A:link {text-decoration:none; color:#0000ff}
   A:visited {text-decoration:none; color:#7f007f}
   A:hover {text-decoration:underline; background-color:#ffff00}
}

@media print
{
   BODY {
      background-color:#dfdfdf;
      background-image:url(back.jpg);
      margin: 0px 0px;
      width: 500px;
      text-align:justify;
   }
   A:link {text-decoration:underline; color:#0000ff}
}

