body
{
     margin:40px 40px 40px 40px;
}
a 
{
    font-weight:bold;
}
li 
{
    clear:left;
}
li ins
{
    display:block;
    float:left;width:4.8em;
    text-decoration:none;
}
li div
{
    border:solid 1px black;
    height:1.2em;
    width:1.2em;
    float:left;
    margin-bottom:0.4em;
}
#divDaytime
{
    background-color:#fff;
}
#divSunset 
{
    background-color:#ff6;
}
#divMidnight 
{
    background-color:#00a;
}
/* Daytime Styles */
.bodyDaytime
{
     background-color:#fff;
     color:#006
}
.h1Daytime
{
    background-color:#def;
    text-align:center;
}
.aDaytime
{
    color:#006;
}
.aDaytime:hover
{
    color:#06c;
}
/* Sunset Styles */
.bodySunset
{
     background-color:#ffd;
     color:#820
}
.h1Sunset
{
    background-color:#ff6;
    text-align:center;
}
.aSunset
{
    color:#820;
}
.aSunset:hover
{
    color:#c60;
}
/* Midnight Styles */
.bodyMidnight
{
     background-color:#00a;
     color:#fff
}
.h1Midnight
{
    background-color:#03c;
    text-align:center;
}
.aMidnight
{
    color:#fff;
}
.aMidnight:hover
{
    color:#aac;
}
