body
        {
        margin: 10px 10px 10px 10px;
        background-color:#F7F3E7;
        background-image:url(back.jpg);
        }

h1
        {
        font-family: Arial,Helvetica;
        font-weight:lighter;
        text-decoration:none;
        color:#4D446C;
        }

h2
        {
        font-family: Arial,Helvetica;
        font-weight:lighter;
        text-decoration:none;
        color:#4D446C;
        }

h3
        {
        font-family: Arial,Helvetica;
        font-weight:lighter;
        text-decoration:none;
        color:#4D446C;
        }

p,ul,ol,li,div,td,th,blockquote,nobr
        {
        font-family: Arial,Helvetica;
        color:#4D446C;
        }

.text
        {
        font-family: Arial,Helvetica;
        color:#4D446C;
        }

.klein
        {
        font-size: smaller;
        }

.gross
        {
        font-size: large;
        }

.schmal
        {
        font-weight: lighter;
        }

strong, b
        {
        font-weight: bold;
        }

em, i
        {
        font-style: italic;
        }

u
        {
        text-decoration: underline;
        }

a:link
        {
        font-family: Arial,Helvetica;
        color: #7D6EAF;
        text-decoration:underline;
        font-weight: bold;
        }

a:visited
        {
        font-family: Arial,Helvetica;
        color: #5F5485;
        text-decoration:underline;
        font-weight: bold;
        }

a:active
        {
        font-family: Arial,Helvetica;
        color: #9A88D8;
        text-decoration:none;
        font-weight: bold;
        }

a:hover {
        font-family: Arial,Helvetica;
        color: #9A88D8;
        text-decoration:underline;
        font-weight: bold;
        }
