body {
    background-image: url(/files/sky_tile.gif);
    text-align: center;
}
h1 {
    color: black;
}
.big {
    width: 605px;
    margin: auto;
    max-width: 100%;
}
.legend {
    border: solid 1px black;
    margin: auto;
    float: left;
    text-align: left;
    padding: 5px;
}
.red {
    background-color: #b9060a;
    width: 25px;
    height: 15px;
    float: right;
    border: solid 1px black;
}
.pink {
    background-color: #f5add5;
    width: 25px;
    height: 15px;
    float: right;
    border: solid 1px black;
}
.orange {
    background-color: #fab01b;
    width: 25px;
    height: 15px;
    float: right;
    border: solid 1px black;
}
a:link {
    color: black;
}