a:link {
    color: #03F
    }
a:hover {
    color: #F33
    }
a:active {
    color: #00C
    }
a.crumb:link {
    color: #03F;
    text-decoration: none
    }
a.crumb:visited {
    color: #03F;
    text-decoration: none
    }
a.crumb:hover {
    color: #03F;
    text-decoration: underline
    }
a.crumb:active {
    color: #F33;
    text-decoration: underline
    }
a.footer:link {
    color: #03F;
    text-decoration: none
    }
a.footer:visited {
    text-decoration: none
    }
a.footer:hover {
    color: #03F;
    text-decoration: underline
    }
a.footer:active {
    color: #00C;
    text-decoration: underline
    }
a.techthis01:link {
    color: #FFF;
    text-decoration: none
    }
a.techthis01:visited {
    color: #FFF;
    text-decoration: none
    }
a.techthis01:hover {
    color: #FF6;
    text-decoration: underline;
    font-weight: bold
    }
a.techthis01:active {
    color: #FF6;
    text-decoration: underline
    }
a.onRed:link {
    color: #03F
    }
a.onRed:hover {
    color: #00C
    }
a.onRed:active {
    color: #03F
    }