.linkClass a
{
color:#002B50;

}
.threeCol > ul > li {
    font-weight: bolder;
    max-width: 100%;
    font-size: 105%;
}
 
.threeCol > ul > li > *{
    font-weight: normal;
}
 
.threeCol > ul > li > * > li{
    padding-top: 5px !important;
    overflow-x: hidden;
    font-size: 94%;
}
 
.threeCol > ul > li > * > li > a{
    text-decoration: none;
}
 
.threeCol > ul > li > * > li > a:hover{
    text-decoration: underline;
}
 
.threeCol li {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
 
.threeCol li:hover {
    white-space: normal;
    text-overflow: ellipsis;
}
