html { scrollbar-base-color: #40752c;
       scrollbar-track-color: #40752c;
       scrollbar-arrow-color: #ffffff; }

body { background-color: #235c0d;
       background-image: url('bg.gif');
       background-properties: fixed;
       background-repeat: repeat; }
       
#john { position: absolute;
        overflow: hidden;
        left: 0px;
        top: 0px;
        width: 764px;
        height: 498px;
        z-index: 0; }

#text { position: absolute;
        overflow: auto;
        left: 238px;
        top: 98px;
        width: 509px;
        height: 270px;
        z-index: 1;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        color: #ffffff;
        text-align: justify;
        padding: 3px; }

a { text-decoration: none;
    color: #225a0b;
    font-weight: bold; }
    
a:hover { text-decoration: underline; }

.header { font-family: times new roman, verdana, arial, helvetica;
          font-size: 18px;
          color: #ddf2d4;
          font-weight: bold;
          letter-spacing: 2px; }

b { color: #ddf2d4; }

.disclaimer { font-size: 10px;
              text-align: center; }

option,textarea,input { border-color: #86af75;
                        border-width: 1px;
                        border-style: solid;
                        font-family: trebuchet ms,verdana,arial,helvetica;
                        font-size: 12px;
                        color: #ffffff;
                        background-color: #40752c; }
                        
.enth3_character, .enth3_url { width: 300px; }
.enth3_name, .enth3_email { width: 200px; }
