﻿.font1 {
font-family: Verdana; font-size: 10px;
}
.font1w {
font-family: Verdana; font-size: 10px; color: white
}
.font2 {
font-family: Verdana; font-size: 11px; font-weight: bold
}
.font2w {
font-family: Verdana; font-size: 11px; color: white; font-weight: bold
}
.font3 {
font-family: Arial Black; font-size: 11px; font-weight: bold
}
.font3w {
font-family: Arial Black; font-size: 11px; color: white; font-weight: bold
}

.font_s{
font-family: Verdana; font-size: 9px;
}
.font_s2{
font-family: Verdana; font-size: 8px;
}

a:link {
color: #010155; text-decoration: none
}
a:visited {
color: #010155; text-decoration: none
}
a:hover {
color: #9b0000; text-decoration: underline;
}
a:active {
color: #9b0000; text-decoration: underline
}
