body {
background: rgb(0,48,96); color: #99CCFF; text-align: left; text-decoration: none;
}

a:link {
color: #99CCFF; text-decoration: underline;
}

a:visited {
color: #99CCFF; text-decoration: underline;
}

a:hover {
color: #0ebb00; text-decoration: underline;
}

a:active {
color: #0ebb00; text-decoration: underline;
}

ol {
list-style-image: URL("list.gif");
}

h1 {
color: #0ebb00; text-align: center;
}

h2 {
color: #0ebb00; text-decoration: underline;
}

table {
border-left-color: #99CCFF; border-right-color: #336699; color: #99CCFF;
}

ol a:link {
color: #99CCFF; text-decoration: underline;
}

ol a:visited {
color: #99CCFF; text-decoration: underline;
}

ol a:hover {
color: #99CCFF; text-decoration: underline;
}

ol a:active {
color: #99CCFF; text-decoration: underline;
}

ol ol {
list-style-image: URL("list.gif");
}

tt{
margin-left: 40px; display: block;
}

hr{
background: #0ebb00; color: #0ebb00;
}