      body {
        background-image: url(backg79.jpg);
        background-repeat: repeat;
        background-size: 50px;
        color: #DE2372;
        font-family: 'Comic Helvetic';
        line-height: 1.5;
        font-size:11px;
    }
    #header {
        background-image: url(headerline2.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 1350px;
        height: 60px;
        position: absolute;
        left: 50px;
        top: 30px;
        padding: 5px;
        margin-top: 10px;
        z-index: 1;
        border-radius: 15px;
    }
    #title {
        width: 410px;
        height: 80px;
        position: absolute;
        left: 520px;
        top: 20px;
        padding: 5px;
        margin-top: 10px;
        overflow: hidden;
        z-index: 5;
    }
    #ariwidget {
        left: 45px;
        top: 100px;
        position: absolute;
        overflow: hidden;
        padding: 15px;
        z-index: 4;
        line-height:12px;
    }
    #ramseywidget {
        left: 430px;
        top: 130px;
        position: absolute;
        overflow: hidden;
        padding: 15px;
        z-index: 4;
        line-height:12px;
    }
    #noahwidget {
        left: 710px;
        top: 130px;
        position: absolute;
        overflow: hidden;
        padding: 15px;
        z-index: 4;
        line-height:12px;
    }
    #ashwidget {
        left: 1100px;
        top: 115px;
        position: absolute;
        overflow: hidden;
        padding: 15px;
        z-index: 4;
        line-height:12px;
    }
    #window1 {
        left: 100px;
        top: 200px;
        position: absolute;
        overflow: hidden;
        padding: 15px;
        z-index: 2;
        line-height:12px;
    }
    #window2 {
        left: 430px;
        top: 200px;
        position: absolute;
        overflow: hidden;
        padding: 15px;
        z-index: 2;
        line-height:12px;
    }
    #window3 {
        left: 750px;
        top: 200px;
        position: absolute;
        overflow: hidden;
        padding: 15px;
        z-index: 2;
        line-height:12px;
    }
    #window4 {
        left: 1070px;
        top: 200px;
        position: absolute;
        overflow: hidden;
        padding: 15px;
        z-index: 2;
        line-height:12px;
    }
    #window5 {
        left: 100px;
        top: 590px;
        position: absolute;
        overflow: hidden;
        padding: 15px;
        z-index: 2;
        line-height:12px;
    }
    #window6 {
        left: 430px;
        top: 590px;
        position: absolute;
        overflow: hidden;
        padding: 15px;
        z-index: 2;
        line-height:12px;
    }
    #window7 {
        left: 750px;
        top: 590px;
        position: absolute;
        overflow: hidden;
        padding: 15px;
        z-index: 2;
        line-height:12px;
    }
    #window8 {
        left: 1070px;
        top: 590px;
        position: absolute;
        overflow: hidden;
        padding: 15px;
        z-index: 2;
        line-height:12px;
    }
    #backbutton {
        left: 15px;
        top: 10px;
        position: absolute;
        padding: 8px;
        z-index: 1;
    }
h1 {
  color: blue;
}
mark {
  background-color: #fb887b;
  color: #b40d57;
}
::selection {
    color: #d2155d;
    background: #ff9999;
  }
  ::-moz-selection {
    background: #ff9999;
  }