
body {
    cursor: url(mouse.gif), auto;
    text-align:center;
    font-family: "Helvetica";
    background: #c0c0c0;
}
h1 {
    cursor: url(mosue.gif), auto;
    font-size:100px
}
p {
    font-size:30px
}
button {
    width: 400px;
    height: 100px;
    border-width: 5px;
    font-size: 50px;
    cursor:grab
}



#winsmall {
    z-index: 3;
    position: absolute;
}
#mediumwin {
    z-index: 3;
    position: absolute;
}
#largewin {
    z-index: 3;
    position: absolute;
}

#smalllose {
    z-index: 3;
    position: absolute;
}
#medlose {
    z-index: 3;
    position: absolute;
}
#largelose {
    z-index: 3;
    position: absolute;
}
.encouragement {
    position: absolute;
    width:400px;
    z-index: -348;
}
