
      a:link {
        color: #F58727;
        background-color: transparent;
        text-decoration: none;
        }
      a:visited {
        color: #F58727;
        background-color: transparent;
        text-decoration: none;
        }

      a:hover {
        color: #9e0929;
        background-color: transparent;
        text-decoration: underline;
        }

      a:active {
        color: #9e0929;
        background-color: transparent;
        text-decoration: underline;
        }
      
      a:hover {
        cursor: url("crosshair.png"), auto;
      }
      .auto {
        cursor: url("crosshair.png"), auto;
      }

      body {
        background-color: #000;
        color: #ecf0de;
        font-family: Georgia, serif;
        line-height: 1.5;
        font-size:13px;
        cursor: url('crosshair.png'), auto;	
    }
    #quotebox {
        width: 800px;
        left: 330px;
        top: 180px;
        position: absolute;
        padding: 15px;
        z-index: 2;
        border-radius: 25px;
    }
    #mainbox {
        width: 800px;
        left: 330px;
        top: 810px;
        position: absolute;
        padding: 15px;
        z-index: 2;
        border-radius: 25px;
    }
    #tlwtitle {
      left: 20px;
      top: 10px;
      position: fixed;
      z-index: 5;
    }
    #longwalkheader {
      background-color: #000;
      width: 1600px;
      height: 100px;
      left: 0px;
      top: 0px;
      position: fixed;
      z-index: 4;
      overflow: hidden;
    }
    #pagedeco1 {
      left: 0px;
      top: 100px;
      position: absolute;
      z-index: 1;
    }
    #pagedeco2 {
      left: 0px;
      top: 2300px;
      position: absolute;
      z-index: 1;
    }
    #scrollmessage {
      left: 145px;
      top: 5px;
      width: 900px;
      position: fixed;
      z-index: 6;
    }
    #navbuttons {
      left: 160px;
      top: 50px;
      width: 900px;
      position: fixed;
      overflow: hidden;
      z-index: 6;
    }
    .tlwh {
        font-size:18px; 
        color:#F58727;
    } 
    .linkspec {
        height:17px;
        padding-right:30px;
    } 
    ::selection {
      color: #9E1203;
    }
    ::-moz-selection {
      color: #9E1203;
    }