.Selected {
background-color: #7777ff;
color: black;
font-family: sans-serif
}

.Selected A:link { color: black; }
.Selected A:visited { color: black; }
.Selected A:active { color: black; }

.Unselected {
background-color: silver;
color: black;
font-family: sans-serif
}

.Unselected A:link { color: black; }
.Unselected A:visited { color: black; }
.Unselected A:active { color: black; }

.Main { vertical-align: top; }

BODY {
background-color: white;
color: black
}

H1 {
color: navy;
font-family: sans-serif;
font-size: 2em
}

H2 {
color: navy;
font-family: sans-serif;
font-size: 1.8em
}

H3 {
color: navy;
font-family: sans-serif;
font-size: 1.6em
}

H4 {
color: navy;
font-family: sans-serif;
font-size: 1.5em
}

H5 {
color: navy;
font-family: sans-serif;
font-size: 1.4em
}

UL {
list-style-type: disc;
}

.MainHeading {
color: black;
background-color: silver;
font-family: sans-serif;
font-size: 14pt;
font-weight: bold;
}

.SubHeading {
color: black;
background-color: #7777ff;
font-family: sans-serif;
font-size: 14pt;
font-weight: bold;
}

TABLE
{
    border-collapse: separate;
    border-spacing: 0.2em
}
