A:link {
COLOR: red;
FONT-SIZE: 12px;
}
A {
COLOR: red;
FONT-SIZE: 12px;
}
A:hover {
COLOR: blue;
FONT-SIZE: 12px;
}
BODY {
SCROLLBAR-FACE-COLOR: #030289;
FONT-SIZE: 12px;
FONT-FAMILY: Arial, Helvetica, sans-serif;
SCROLLBAR-HIGHLIGHT-COLOR: #098FCC;
SCROLLBAR-SHADOW-COLOR: #098FCC;
SCROLLBAR-ARROW-COLOR: #098FCC;
SCROLLBAR-TRACK-COLOR: #030289;
SCROLLBAR-DARKSHADOW-COLOR: #098FCC;
SCROLLBAR-BASE-COLOR: #030289;
}
TD {
FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}

.linkcolor1 {font-family: arial; font-size: 12px; color: black}
.linkcolor1 a:link {font-family: arial; font-size: 12px; color: blue}
.linkcolor1 a:visited {font-family: arial; font-size: 12px; color: blue}
.linkcolor1 a:hover {font-family: arial; font-size: 12px; color: red}

.linkcolor2 {FONT-SIZE: 12px; COLOR: red; FONT-FAMILY: arial}
.linkcolor2 A:link {FONT-SIZE: 12px; COLOR: purple; FONT-FAMILY: arial}
.linkcolor2 A:visited {FONT-SIZE: 12px; COLOR: purple; FONT-FAMILY: arial}
.linkcolor2 A:hover {FONT-SIZE: 12x; COLOR: pink; FONT-FAMILY: arial}

.linkcolor3 {FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: black; FONT-FAMILY: arial}

.linkcolor4 {FONT-SIZE: 12px; COLOR: white; FONT-FAMILY: arial}
.linkcolor4 A:link {FONT-SIZE: 12px; COLOR: white; FONT-FAMILY: arial}
.linkcolor4 A:visited {FONT-SIZE: 12px; COLOR: white; FONT-FAMILY: arial}
.linkcolor4 A:hover {FONT-SIZE: 12px; COLOR: red; FONT-FAMILY: arial}

.linkcolor5 {FONT-SIZE: 12px; COLOR: white; FONT-FAMILY: arial}
.linkcolor5 A:link {FONT-SIZE: 12px; COLOR: blue; FONT-FAMILY: arial}
.linkcolor5 A:visited {FONT-SIZE: 12px; COLOR: blue; FONT-FAMILY: arial}
.linkcolor5 A:hover {FONT-SIZE: 12px; COLOR: #800080; FONT-FAMILY: arial}

.green {FONT-SIZE: 12px; COLOR: #00FF00; FONT-FAMILY: arial}
.green A:link {FONT-SIZE: 12px; COLOR: #00FF00; FONT-FAMILY: arial}
.green A:visited {FONT-SIZE: 12px; COLOR: #00FF00; FONT-FAMILY: arial}
.green A:hover {FONT-SIZE: 12px; COLOR: #FFFF00; FONT-FAMILY: arial}

.smalltext {FONT-SIZE: 10px; COLOR: black; FONT-FAMILY: arial}
.largetextwhite {FONT-SIZE: 14px; COLOR: white; FONT-FAMILY: arial}
