/* Copyright © 2007 DiGGr.  All rights reserved.

   Stylesheet for screen display (default media)
*/
BODY    {
/*        background: #FFFFFF;
        color: #000000;
*/
        font-family: "Verdana","Geneva","Arial","Helvetica",sans-serif;
        text-align: center;
        }
H1      {
        font-family: sans-serif;
        font-size: 200%;
        text-align: center;
        }
H2      {
        font-family: sans-serif;
        font-size: 150%;
        }
H3      {
        font-family: sans-serif;
        font-size: 125%;
        }
A:link    { color: #0000CC; }
A:visited { color: #660099; }
A:active  { color: #CC0000; text-decoration: underline overline; background-color: #FFFFFF; }
A:hover   { color: #CC0000; text-decoration: underline overline; background-color: #FFFFFF; }
.main   {
        font-size: 80%;
        text-align: left;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        }
.indt   {
        margin-left: 2em;
        }
.copr   {
        font-family: "Tahoma","Verdana","Geneva","Arial","Helvetica",sans-serif;
        font-size: 60%;
        text-align: center;
        }

.box    {
        font-size: 80%;
        text-align: center;
        width: 480px;
        border: 4px;
        border-style: solid;
        border-color: #666666;
        padding: 12px;
        margin-left: auto;
        margin-right: auto;
        }
