body {
background: rgb(0,48,96); color: #99CCFF; text-align: left;
}

a:link {
color: #99CCFF; text-decoration: none; width: 100%;
}

a:visited {
color: #99CCFF; text-decoration: none; width: 100%;
}

a:hover {
color: rgb(0,48,96); text-decoration: none; background: #99CCFF; width: 100px;
}

a:active {
color: rgb(0,48,96); text-decoration: none; background: #99CCFF; width: 100px;
}

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;

}

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");
}

input {
background: #336699; color: #99CCFF; border-color: black; border-width: 1; -moz-border-radius: 10px;
}