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

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

.Unselected {
background-color: gray;
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;
font-size: 11pt;
}

H1 {
color: navy;
font-family: sans-serif;
font-size: 18pt;
}

H2 {
color: navy;
font-family: sans-serif;
font-size: 16pt;
}

H3 {
color: navy;
font-family: sans-serif;
font-size: 14pt;
}

H4 {
color: navy;
font-family: sans-serif;
font-size: 13pt;
}

H5 {
color: navy;
font-family: sans-serif;
font-size: 12pt;
}

UL {
list-style-type: disc;
}

PRE {
background-color: silver;
}

TT {
font-size: 11pt;
}
