:visited {
 color: Teal;
}

body {
 background-image: url("../bear/BG_black&blue.gif");
}

a {
 color: Blue;/* fire brick */
}

a:hover {
 text-decoration: underline;
 color: #cc0000;/* dk. red */
}

p {
 font-family: Verdana;
 font-weight: normal;
 font-size: 12pt;
 color: #4f4f96;
}

h1 {
 font-family: Verdana;
 color: #4f4f96;
}

h2 {
 font-family: Verdana;
 color: #993300;
}

h3 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #4f4f96;
}

dt {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12pt;
 font-style: normal;
 font-variant: normal;
 font-weight: bold;
 color: #4f4f96;
}

dd {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11pt;
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 color: #4f4f96;
}

li {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11pt;
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 color: #4f4f96;
 letter-spacing: normal;
 word-spacing: normal;
 text-transform: none;
 line-height: 22pt;
}