/* Cascade DTP V4 - Style Sheet */

a:link {color: Lime;
     background-color: transparent;
     font-weight: normal;
     font-style: normal;
     text-decoration: underline}

a:visited {color: Yellow;
     background-color: transparent;
     font-weight: normal;
     font-style: normal;
     text-decoration: none}

a:hover, a:active {color: Fuchsia;
     background-color: rgb(255,253,239);
     font-weight: normal;
     font-style: normal;
     text-decoration: none}

.text3 {position: absolute;
    top: 110px;
    left: 5px;
    height: 20px;
    width: 1010px;
    z-index: 3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 120%;
    background-color: rgb(187,69,233);
    overflow: hidden}


.menutext {position: absolute;
    top: 5px;
    left: 180px;
    height: 100px;
    width: 830px;
    z-index: 3;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10pt;
    line-height: 120%;
    background-color: transparent;
    overflow: hidden}

.bodytext {position: absolute;
    top: 135px;
    left: 5px;
    height: 1200px;
    width: 1010px;
    z-index: 3;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10pt;
    line-height: 120%;
    background-color: transparent;
    overflow: hidden}

.homelogo {position: absolute;
    top: 5px;
    left: 5px;
    height: 100px;
    width: 160px;
    z-index: 3}

body {background-color: rgb(0,0,0)}




