A:link {
    text-decoration: none;
    color: #0000FF;
}
A:visited {
    text-decoration: none;
    color: #0000FF;
}
A:hover {
    text-decoration: underline;
    color: #CC0033;
}
A:active {
    text-decoration: none;
    color: #0000FF;
}

A.l1:link {
    text-decoration: none;
    color: #000000;
}
A.l1:visited {
    text-decoration: none;
    color: #000000;
}
A.l1:hover {
    text-decoration: underline;
    color: #CC0000;
}
A.l1:active {
    text-decoration: none;
    color: #000000;
}

A.l2:link {
    text-decoration: none;
    color: #CCCCCC;
}
A.l2:visited {
    text-decoration: none;
    color: #CCCCCC;
}
A.l2:hover {
    text-decoration: underline;
    color: #CC0033;
}
A.l2:active {
    text-decoration: none;
    color: #CCCCCC;
}
A.l3:link {
    text-decoration: none;
    color: #FF0000;
}
A.l3:visited {
    text-decoration: none;
    color: #FF0000;
}
A.l3:hover {
    text-decoration: underline;
    color: #0000FF;
}
A.l3:active {
    text-decoration: none;
    color: #FF0000;
}
A.l4:link {
    text-decoration: none;
    color: #CC0033;
}
A.l4:visited {
    text-decoration: none;
    color: #CC0033;
}
A.l4:hover {
    text-decoration: underline;
    color: #CC0033;
}
A.l4:active {
    text-decoration: none;
    color: #CC0033;
}
A.l5:link {
    text-decoration: none;
    color: #00CCFF;
}
A.l5:visited {
    text-decoration: none;
    color: #00CCFF;
}
A.l5:hover {
    text-decoration: underline;
    color: #CC0033;
}
A.l5:active {
    text-decoration: none;
    color: #00CCFF;
}
A.l6:link {
    text-decoration: none;
    color: #FFFFFF;
}
A.l6:visited {
    text-decoration: none;
    color: #FFFFFF;
}
A.l6:hover {
    text-decoration: underline;
    color: #CC0033;
}
A.l6:active {
    text-decoration: none;
    color: #FFFFFF;
}
.SmallTextField {
    border: 1px solid gray;
    font-family: verdana;
    font-size: 9px;
}
.SmallSelectField {
    border: 1px solid gray;
    font-family: arial;
    font-size: 8px;
    font-weight: 300;
}
.NormalTextField {
    border: 1px solid gray;
    font-family: vardana;
    font-size: 11px;
}

.VerySmallText {
    font-family: vardana;
    font-size: 9px;
}
.SmallText {
    font-family: verdana;
    font-size: 10px;
}
.NormalText {
    font-family: verdana;
    font-size: 12px;
}
.MediumText {
    font-family: verdana;
    font-size: 12px;
}
.BigText {
    font-family: verdana;
    font-size: 14px
}
.VeryBigText {
    font-family: verdana;
    font-size: 16px;
}
.LargeText {
    font-family: verdana;
    font-size: 18px;
}
.VeryLargeText {
    font-family: verdana;
    font-size: 20px;
}
.ExtraText {
    font-family: verdana;
    font-size: 22px;
}
.VeryExtraText {
    font-family: verdana;
    font-size: 24px;
}
.XExtraText {
    font-family: verdana;
    font-size: 26px;
}
.VeryXExtraText {
    font-family: verdana;
    font-size: 28px;
}
.PageTitle {
    font-family: times;
    font-size: 40px;
}