    body
    { 
    background-color: #003300;
    background-image: url(bg.gif);
    background-repeat: repeat-x
    }

    a#menu {
     display:block;
     width:100%;
     height:20px;
     background:#FFAD33;
     line-height:20px;
     text-decoration:none;
     text-valign:center;
     font-family:verdana,sans-serif;
     font-weight:bold; 
     font-size:10pt;
     color:#CC0000;
    }
    a#menu:hover {
     background:#FF9900;
     color:white;
    }

    a#menu2 {
     display:block;
     width:100%;
     height:20px;
     background:#70A93E;
     line-height:20px;
     text-decoration:none;
     text-valign:center;
     font-family:verdana,sans-serif;
     font-weight:bold; 
     font-size:10pt;
     color:#000000;
    }
    a#menu2:hover {
     background:#14480B;
     color:#000000;
    }

    h1 
    {
    color:#5A7BBD;
    font-size:15pt;
    font-family:arial,sans-serif;
    }

    p
    {
    font-size:9pt;
    font-family:arial,sans-serif;
    font-weight:400;
    }

    b
    {
    color:#5A7BBD;
    }

    li
    {
    font-size:9pt;
    font-family:arial,sans-serif;
    font-weight:400;
    }

    A.link1
    {
    font-family:verdana,sans-serif;
    font-size:10pt;
    font-weight:bold;
    text-decoration: none;
    color:black;
    }

    A.link1:hover
    {
    text-decoration: underline;
    color:black;
    }

    A.link2
    {
    font-family:verdana,sans-serif;
    font-size:10pt;
    font-weight:bold;
    text-decoration: none;
    color:#8F3F97;
    }

    A.link2:hover
    {
    text-decoration: underline;
    color:#8F3F97;
    }

    .scrollable { 
    width: 100%; 
    height: 100%; 
    overflow: auto;
    }

    img
    {
    border-width:1px;
    border-style:solid;
    border-color:#000000;
    }
