body
{
    font-family: "Times New Roman";
    font-size: 12pt;
    color: #FFFFFF;
    background-color: #111111;
}

a
{
    color: #00FFFF;
    text-decoration: none;
}

a.nav
{
    color: #0000FF;
    text-decoration: none;
    font-weight: bold;
    font-size: 24pt;
}

a.nav2
{
    color: #0000FF;
    text-decoration: none;
    font-weight: bold;
    font-size: 20pt;
}

.content
{
    font-family: "Times New Roman";
    font-size: 14;
    background-color: #111111;
    color: #FFFFFF;
}

.subnav1
{
    font-family: "Times New Roman";
    font-size: 16pt;
    background-color: #E0E0FF;
    color: #000000;
}
.subnav2
{
    font-family: "Times New Roman";
    font-size: 16pt;
    background-color: #E0E0FF;
    color: #000000;
}
.attention
{
    font-family: "Times New Roman";
    font-size: 20pt;
    color: #FF0000;
    text-align: center;
}

cite
{
    font-style: italic;
    font-weight: bold;
}

img.inlineleft
{
    float: left;
    vertical-align: middle;
    padding: 15px;
}


