body, p, td, li {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000000;
scrollbar-base-color: #000066;
scrollbar-arrow-color: yellow;
}

/* Because Netscape Navigator 4 does not allow inheritance into tables, and breaks inheritance after tables, rather than simply setting properties on the body and relying on inheritance, we explicitly set the properties using a selector group. */

/* This basic style sheet provides selectors for the most commonly used elements. Use it as the basis for your style sheets. */

h1, h2, h3, h4, h5, h6 {}

h1 {
font-family: Arial, sans-serif;
color: #0000FF;
text-align: center;
}

h2 {
font-family: Arial, sans-serif;
color: #0000FF;
text-align: center;
}

h3 {
font-family: Arial, sans-serif;
color: #0000FF;
}

h4 {}

h5 {}

h6 {}

p {}

a:link {
color: blue;
}

a:visited {
color: purple;
}

a:hover {
color: red;
}

a:active {}

img {}