li.redlink {
   font-family: arial;
   font-style: normal;
   font-weight: bolder;
   font-size: 12px;
   color: #FF0000;
   text-decoration: underline;
}
li.redlink A:link {
   font-family: arial;
   font-style: normal;
   font-weight: bolder;
   font-size: 12px;
   color: #FF0000;
   text-decoration: underline;
}
li.redlink A:visited {
   font-family: arial;
   font-style: normal;
   font-weight: bolder;
   font-size: 12px;
   color: #FF0000;
   text-decoration: underline;
}
li.redlink A:hover {
   font-family: arial;
   font-style: normal;
   font-weight: bolder;
   font-size: 12px;
   color: #FF0000;
   text-decoration: underline;
}
li.redlink A:active {
   font-family: arial;
   font-style: normal;
   font-weight: bolder;
   font-size: 12px;
   color: #FF0000;
   text-decoration: underline;
}
li.purplelink {
   font-family: arial;
   font-style: normal;
   font-weight: bolder;
   font-size: 12px;
   color: #660099;
   text-decoration: underline;
}
li.purplelink A:link {
   font-family: arial;
   font-style: normal;
   font-weight: bolder;
   font-size: 12px;
   color: #660099;
   text-decoration: underline;
}
li.purplelink A:visited {
   font-family: arial;
   font-style: normal;
   font-weight: bolder;
   font-size: 12px;
   color: #660099;
   text-decoration: underline;
}
li.purplelink A:hover {
   font-family: arial;
   font-style: normal;
   font-weight: bolder;
   font-size: 12px;
   color: #660099;
   text-decoration: underline;
}
li.purplelink A:active {
   font-family: arial;
   font-style: normal;
   font-weight: bolder;
   font-size: 12px;
   color: #660099;
   text-decoration: underline;
}
li.FloatLeft {
   float: left;
}
