ul {
  margin-left: 0px;
  padding-left: 1em;
  list-style-position: inside;
}
a {
  color: #000099;
}
a:hover {
  text-decoration: none;
  color: #990000;
}
#nav {
  margin: auto;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 700px;
  background-image: url(images/navbg.png);
}
#nav ul {
  margin: 0px 0px 0px 5px;
  padding: 0px;
  list-style-type: none;
}
#nav li {
  float: left;
}
#nav a:link {
  padding: 0px 10px;
  text-decoration: underline;
  font-weight: bold;
  color: #3333ff;
  line-height: 40px;
}
#nav a:visited {
  padding: 0px 10px;
  text-decoration: none;
  font-weight: bold;
  color: #996633;
  line-height: 40px;
}
#nav a:hover {
  padding: 0px 10px;
  text-decoration: blink;
  font-weight: bold;
  color: #cc0000;
  line-height: 40px;
}
#content {
  margin: 0px auto;
  width: 100%;
}
#left {
  float: left;
  width: 15%;
}
#right {
  float: left;
  width: 85%;
}
p {
  font-family: Verdana,arial,sans-serif;
  font-weight: normal;
  text-align: justify;
  line-height: normal;
  color: #000099;
  font-size: 14px;
}
h1 {
  font-weight: bold;
  text-align: center;
  line-height: normal;
  font-family: Comic Sans MS,arial,sans-serif;
  font-size: 24pt;
  text-transform: none;
  color: blue;
}
h2 {
  font-weight: bold;
  text-align: center;
  line-height: normal;
  color: green;
  font-family: franklin gothic medium,arial,helvetica,sans-serif;
  text-transform: none;
  font-size: 18pt;
}
li {
  font-family: trebuchet ms,arial,sans-serif;
  color: #000099;
  text-align: left;
  font-weight: normal;
  font-size: large;
  list-style-type: square;
}
body {
  color: black;
  font-family: trebuchet ms,arial,sans-serif;
  line-height: normal;
  text-align: left;
  font-size: medium;
  font-weight: normal;
  background-color: #9999ff;
  background-image: url(images/fuzzy_light.jpg);
}
h3 {
  text-align: center;
  color: red;
  line-height: normal;
  font-family: Verdana,arial,sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 18px;
}
td {
  border-color: black;
  font-family: Trebuchet MS,arial,sans-serif;
  font-size: small;
  line-height: normal;
  color: #000066;
  text-align: center;
  vertical-align: top;
}
h4 {
  font-family: Trebuchet MS,arial,helvetica,sans-serif;
  line-height: normal;
  color: #333399;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  text-transform: none;
  font-size: 16px;
}
h5 {
  font-family: Trebuchet MS,arial,helvetica,sans-serif;
  font-size: 15px;
  line-height: normal;
  color: #3333ff;
  text-align: center;
  text-transform: none;
  font-weight: bold;
}
h6 {
  font-family: Trebuchet MS,arial,sans-serif;
  font-size: 14pt;
  line-height: 0em;
  color: #3366ff;
  text-align: left;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
}
h7 {
  text-align: right;
  font-size: x-large;
  font-family: Arial,Helvetica,sans-serif;
  line-height: normal;
}
