:visited {
 color: teal;
}

body {
 background-image: url(BGwind_paper.gif);
}

a {
 color: Blue;/* fire brick */
}

a:hover {
 text-decoration: underline;
 color: #cc0000;/* dk. red */
}

p {
 font-family: Verdana;
 font-size: 12pt;
 font-weight: bolder;
}

h1 {
 font-family: Verdana;
 color: #006600;
}

h2 {
 color: #000066;
}

h3 {
 font-family: Verdana;
 color: #990000;
}

dt {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12pt;
 font-style: normal;
 font-weight: bold;
}

dd {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 font-style: normal;
 font-variant: normal;
 font-weight: bold;
 color: green;
}

li {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12pt;
 font-style: normal;
 font-variant: normal;
 font-weight: bold;
 color: black;
 letter-spacing: normal;
 word-spacing: normal;
 text-transform: none;
 line-height: 22pt;
}