
.nav { color: blue; font-family: sans-serif; background-color: white }
.nav:active { color: #ff0000; font-family: sans-serif; background-color: white }
.nav:hover { color: gray; font-family: sans-serif; background-color: white; float: none; border: none white; width: 110 }
.nav:p { color: black; font-family: sans-serif; background-color: white }
.nav:visited { color: navy; font-style: italic; font-family: sans-serif; background-color: white }
a { color: #0000ff; font-style: normal; font-weight: bold; font-size: medium; font-family: sans-serif }
a:active { color: #ff0000; font-style: italic; font-weight: bold; font-size: medium; font-family: sans-serif }
a:hover { color: #0000ff; font-style: italic; font-weight: bold; font-size: medium; font-family: sans-serif }
a:visited { color: #800080; font-style: normal; font-weight: normal; font-size: medium; font-family: sans-serif }
body { color: #000080; font-style: normal; font-weight: normal; font-size: medium; font-family: sans-serif; background-image: url(graphics/logobg.jpg) }
h1 { color: #000080; font-style: italic; font-weight: bold; font-size: x-large; font-family: sans-serif }
h2 { color: #000080; font-style: italic; font-weight: bold; font-size: large; font-family: sans-serif }
h3 { color: #000080; font-style: italic; font-weight: bold; font-size: medium; font-family: sans-serif }
p { color: #000080; font-style: normal; font-weight: normal; font-size: medium; font-family: sans-serif }
ul { color: #000080; font-style: normal; font-weight: normal; font-size: medium; font-family: sans-serif; list-style-type: disc; list-style-position: outside }