a:link { color: blue; text-decoration: none }
a.red {COLOR: #ff0000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; FONT-WEIGHT: BOLD;}
a:hover { color: blue; text-decoration: underline }
a:active {  color: blue; text-decoration: none }
a:visited { color: blue; text-decoration: underline }
a.style2:link  {COLOR: #ff0000; font-weight: bold}
a.style2:hover  {COLOR: #ff0000; font-weight: bold; text-decoration: underline }
a.style2:active  {COLOR: #ff0000; font-weight: bold; text-decoration: none  }
a.style2:visited {COLOR: #ff0000; font-weight: bold; text-decoration: none }
h1 { color: #00008b; font-size: 8pt; font-family: Verdana, Arial }
h2 { color: #00008b; font-size: 8pt; font-family: Verdana, Arial }
h3 { color: #00008b; font-size: 8pt; font-family: Verdana, Arial; font-style: italic; font-weight: normal }
p { font-size: 8pt; font-family: Verdana, Arial }
td { font-size: 8pt; font-family: Verdana, Arial }

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: square;
}