  

  .baseText {
            font-family: Arial, Helvetica, sans-serif;
            color: #000000;
            font-size: 15px;
        }

  .theHolder {
      position:relative; 
      left:0px; 
      top:0px; 
      width:920px; 
      height:622px; 
      visibility:hidden
  }   

  .theIcon {
      position:absolute; left:83px; top:75px; z-index:20
  }

  .theBackground {
      position:absolute; 
      left:0px; 
      top:0px; 
      z-index:10
  }
  .quizScreen {
      position:absolute; 
      left:0px; 
      top:0px; 
      width:920px; 
      height:622px; 
      z-index:100; 
      visibility:hidden
  }

        .questionText {
            font-family: Arial, Helvetica, sans-serif;
            color: #000000;
            font-size: 17px;
            font-weight: bold;
        }
        
        .displayText {
            font-family: Arial, Helvetica, sans-serif;
            color: #000000;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            display: none;
        }
        
        .questionSet {
            cursor: pointer;
            position: absolute; 
            left: 160px; 
            top: 294px; 
            width: 484px; 
            height: auto; 
            z-index: 100
        }


.theQuestion {
    position: absolute; 
    left: 160px; 
    top: 226px; 
    width: 517px; 
    height: auto; 
    z-index: 100; 
    color: #D3333B;
}
.theQuestion span{
    font-size: 25px;
    line-height: 23px;
}

.quiz1 {
    top: 290px;
    top: 315px;
}
.quiz2 {
    top: 340px;
    top: 365px;
}
.quiz3 {
    top: 390px;
    top: 415px;
}

.baseText {
    position: absolute; 
    left: 50px; 
    top: 0px; 
    width: 480px; height: auto; 
    z-index: 100;
    font-size: 17px;
    font-weight: 800;
}


.endScreen {
    position:absolute; left:0px; top:0px; width:920px; height:622px; z-index:500; visibility:hidden;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

.endScreen .theEndImage {
    position: absolute;
    left: 518px;
    top: 228px;
    z-index: 100;
    width: auto;
    height: auto;
    border: 1px solid #D1A20E;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.endScreen .text {
    position: absolute;
    left: 125px;
    top: 308px;
    width: 372px;
    height: auto;
    z-index: 100;
    font-size: 19px !important;
    padding: 10px;
    text-align: center;
    
}
.endScreen .title {
    position: absolute;
    left: 125px;
    top: 225px;
    width: 394px;
    height: auto;
    z-index: 100;
    font-size: 24px !important;
    font-weight: bold !important;
    text-align: center;
    letter-spacing: 1px;
    margin-left: 8px;
}
.endScreen .title span {
    color: #D3333B;
    font-size: 53px;
    display: block;
    line-height: 45px;
    letter-spacing: 2px;
    margin-left: 0px;
}

.endScreen .buttonStyle {
    position: absolute;
    left: 304px;
    top: 473px;
    z-index: 100;
}