/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

  .link { font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    text-decoration: none;
    }

  a { font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: rgb(0, 179, 255);
    border: 0px;
    }

  a:hover { font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: rgb(204, 102, 0);
    text-decoration: none;
    border: 0px;
    }


  h1 { font-family: Trebuchet MS, Arial,Helvetica,sans-serif;
    font-size: 40px;
    font-weight: normal;
    color: rgb(0, 179, 255);
    text-decoration: none;
    border-bottom: 1px solid white
    }

  h2 { margin: 3px;
    padding: 3px;
    font-family: Trebuchet MS, Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: rgb(51, 204, 255);
    text-decoration: none;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 1px;
    }

  h3 { margin: 3px;
    padding: 3px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: rgb(255, 255, 255);
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    text-align: justify;
    }


        .black_overlay{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=80);
        }

        .white_content {
            display: none;
            position: absolute;
            top: 15%;
            left: 15%;
            width: 70%;
            height: 70%;
            padding: 16px;
            border: 4px solid darkgrey;
            background-color: black;
            z-index:1002;
            overflow: auto;
        }


