/*Berndt Technical Woods Styles */
HTML, BODY, P, UL, OL, LI, BLOCKQUOTE, TD, TH, H1, H2, H3, H4 {
 background: #FFF;
 color: #000;
 Font-family: Verdana, Arial, Georgia, Sans-serif;
 Font-size: 1em;
 Text-align: left;
}
BODY {
 width: 70%;
 margin: 0 auto;
}
H1, H2 {
 text-align: center;
 font-size: 1.7em;
 color: #000;
}
A:link {
 color: #000;
 text-decoration: underline;
}
A:visited {
 color: #FF00FF;
 text-decoration: underline;
}
A:hover {
 color: #0000FF;
 text-decoration: underline;
}
A:active {
 color: #FF0000;
 text-decoration: underline;
}

