﻿a:link{
    color: #555;
    text-decoration: none;
}
a:visited{
    color: #555;
    text-decoration: none;
}
a:hover{
    color: #222;
    text-decoration: underline;
}
a:active{
    color: #555;
    text-decoration: none;
}


.C333:link{
    color: #333;
    text-decoration: none;
}
.C333:visited{
    color: #333;
    text-decoration: none;
}
.C333:hover{
    color: #333;
    text-decoration: underline;
}
.C333:active{
    color: #333;
    text-decoration: none;
}


.Blue:link{
    color: #09c;
    text-decoration: none;
}
.Blue:visited{
    color: #09c;
    text-decoration: none;
}
.Blue:hover{
    color: #333;
    text-decoration: underline;
}
.Blue:active{
    color: #09c;
    text-decoration: none;
}