.texta {
    height: 100px;
    width: 180px;
}
#blue {
    background-color: blue;
    color: white;
    z-index: 1;
}
#green {
    background-color: green;
    margin-left: 30px;
    margin-top: -80px;
    z-index: 2;
    position: absolute;
}
#yellow {
    background-color: yellow;
    margin-left: 20px;
    margin-top: -40px;
    z-index: 3;
    position: absolute;
}
.right {
    text-align: right;
}
.a {
    margin-top: 100px;
    width: 550px;
    height: 110px;
    text-align: left;
    border: 5px solid red;
}
#yellowscored {
    background-color: yellow;
    letter-spacing: 5px;
}
.scored {
    text-decoration: line-through;
}
.image {
    position: absolute;
    width: 550px;
    height: 110px;
    margin-top: -104px;
    z-index: -1;
}
#indent {
    text-align: left;
    width: 600px;
    text-indent: 35px;
}
#b1 {
    font-family: cursive;
    font-size: 100pt;
    font-weight: bold;
}
#b2 {
    margin-top: 300px;
    font-family: cursive;
    font-size: 100pt;
    font-weight: bold;
}
.w1 {
    color: red;
    background-color: #880000;
    z-index: 1;
    position: absolute;
    top: 700px;
    left: 10px;
}
.i1 {
    color: #ff00ff;
    background-color: #880088;
    z-index: 2;
    position: absolute;
    top: 730px;
    left: 135px;
}
.l1 {
    color: #3333ff;
    background-color: #0000cc;
    z-index: 3;
    position: absolute;
    top: 700px;
    left: 200px;
}
.m1 {
    color: #00ff00;
    background-color: #008800;
    z-index: 6;
    position: absolute;
    top: 730px;
    left: 265px;
}
.e1 {
    color: #ffff00;
    background-color: #888800;
    z-index: 5;
    position: absolute;
    top: 700px;
    left: 370px;
}
.r1 {
    color: #ffa500;
    background-color: #885300;
    z-index: 4;
    position: absolute;
    top: 730px;
    left: 445px;
}

.w2 {
    color: red;
    background-color: #880000;
    z-index: 1;
    position: relative;
    top: 15px;
    left: 10px;
}
.i2 {
    color: #ff00ff;
    background-color: #880088;
    z-index: 2;
    position: relative;
    bottom: 15px;
    right: 55px;
}
.l2 {
    color: #3333ff;
    background-color: #0000cc;
    z-index: 3;
    position: relative;
    top: 15px;
    right: 115px;
}
.m2 {
    color: #00ff00;
    background-color: #008800;
    z-index: 4;
    position: relative;
    bottom: 15px;
    right: 175px;
}
.e2 {
    color: #ffff00;
    background-color: #888800;
    z-index: 5;
    position: relative;
    top: 15px;
    right: 235px;
}
.r2 {
    color: #ffa500;
    background-color: #885300;
    z-index: 6;
    position: relative;
    bottom: 15px;
    right: 295px;
}