body {
        background: url(../images/pictures/background.jpg) #ffffcc repeat-y;
}

        body, div, p {
        font-family :  Arial;
        font-size : 17px;
                color: #663333;
        margin-left : 30px;
margin-right : 20px;
        }

        hr {
        width : 85%;
        height: 1px;
        color: #663333;
        margin-left : 30px;
        margin-right : 30px;
}

        div.anm {
        margin-left : 30px;
        text-align: center;
        font-size: 9px;
        margin-top : 0px;
}

        h1        {
        font-size: 20px;
         font-weight : bold;
        text-align: center;
        margin-bottom: 5px;
}


        h2,h3,h4,h5, h6        {
        font-size: 10px;
}


/*------- Links ------*/

    a {
        font-size : 17px;
        font-weight : bold;
        font-family : Arial;
}

    a:link        {
        color: #663333;
        text-decoration : underline;
}
        a:active        {
        color: #cc9900;
        text-decoration : underline;
}

        a:visited        {
        color: #cc3300;
        text-decoration : none;
}

         a:hover {
        color: #cc9900;
        text-decoration : underline
}


    div.anm a {
        font-size : 9px;
        font-weight : bold;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

     div.anm a:link        {
        color: #663333;
        text-decoration : underline;
}
         div.anm a:active        {
        color: #cc9900;
        text-decoration : underline;
}

         div.anm a:visited        {
        color: #cc3300;
        text-decoration : none;
}

          div.anm a:hover {
        color: #cc9900;
        text-decoration : underline
}
