/* Stylesheet für die Literaturseiten */

body
{
        background-color : #FFFFF4;
        color : Black;
        font-size : 13px;
        font-weight : normal;
        font-family : Courier;
        margin-top : 40px;
}

table
{       align : center;
        background-color : #FFFFFF;
        border : 1px solid #000000;
        width : 500;


}

td
{
        font-size : 16px;
        padding-right : 30px;
}

a
{       color : #980000;
        font-family : Courier;
        text-decoration : none;
        font-weight : bold;
        font-size : 13px;
}
a:hover
{       text-decoration : underline;
        font-family : Courier;
        font-size : 13px;
}
