body{
    background-color: aquamarine;
}

#play ul{
    /*border: thin solid red;*/
    margin:0;
    padding:0;
}

#play li{
    list-style-type: none;
    /*border: thin solid green;*/
}

#play a{
    /*border: thin solid yellow;*/
    font-size: 2em;
    padding-bottom:5px;
    font-family: sans-serif;
    text-decoration: none;
    color: darkslategray;
}

#play a:hover{
    color: darkviolet;
}

/*a:visited{
    color: darkred;
}*/

#squareBullets li{
    list-style-type: square;
    color: 
}

#imageBullets{
    list-style-image: url("arrow.png")
}
#imageBullets li{
    line-height: 20px;
}

#myBullets{
    list-style-image: url("smallarrow.png")
}

#animatedBullets{
    list-style-type: none;
    border: thin solid red;
}
#animatedBullets li{
    background-image: url(animatedMonkey.gif);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 100px;
    padding-left: 105px;
}

#rollover{
    width: 200px;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: sans-serif;
}

#rollover a{
    display: block;
    padding: 3px;
    width: 160px;
    background-color: darkblue;
    border-bottom: 1px solid silver;
    color: deepskyblue;
    text-decoration: none;
}

#rollover a:hover{
    background-color: deepskyblue;
    color: darkblue;
}

#myOne{
    list-style-type: lower-greek;
    color: darkolivegreen;
}

#myOne a{
    color: darkolivegreen;
}

#myTwo{
    list-style-type: url()
}