BODY
{
    COLOR: white;
    BACKGROUND-COLOR: royalblue
}
A
{
    COLOR: white
}
A:active
{
    COLOR: white
}
A:link
{
    COLOR: white
}
A:visited
{
    COLOR: white
}
H1
{
    FONT-WEIGHT: 900;
    FONT-SIZE: x-large;
    COLOR: aqua
}
H2
{
    FONT-WEIGHT: 900;
    FONT-SIZE: large;
    COLOR: aqua
}
.IndexTitle
{
    FONT-WEIGHT: bold;
    COLOR: white
}
.IndexYear
{
    FONT-SIZE: x-small;
    COLOR: aqua
}
.comments
{
    FONT-SIZE: small;
    COLOR: aqua;
    FONT-STYLE: italic
}
.title
{
    FONT-WEIGHT: 900;
    FONT-SIZE: x-large;
    COLOR: white
}
.subtitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: large;
    COLOR: palegreen
}
.dedication
{
    COLOR: navy;
    FONT-STYLE: italic
}
.reference
{
    FONT-SIZE: x-small;
    COLOR: turquoise;
    FONT-STYLE: italic
}
.copyright
{
    FONT-SIZE: x-small;
    COLOR: navy
}
