
a.nav:link { color: #FFFFFF; text-decoration: none }
a.nav:visited { color: #FFFFFF; text-decoration: none }
a.nav:hover { color: #CCCCCC; text-decoration: none }

body {
    background-color: black;
}

a.example:link {
    color: #0000FF;
    text-decoration: none;
}

a.example:visited {
    color: #0000FF;
    text-decoration: none;
}

h3.title {
    color: #0000AA;
    text-align: center;
}

h3.title:link {
    color: #0000AA;
    text-align: center;
    font-weight: normal;
}

h3.title:visited {
    color: #0000AA;
    text-align: center;
    font-weight: normal;
}

p.content {
	text-indent: 30pt;
}

td.menu {
    background-image: url(images/buttonbot.gif);
    font-weight: bold;
    font-size: 14px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}

ol.spaced > li {
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

li {
    line-height: 1.1em;
}
