.onlineDisplay {
}
.printDisplay {
    display: none;
    font-size: 12pt;
    font-family: sans-serif;
    color: 000;
    width: 710px;
}

.languageLink {
    font-size: 11pt;
    font-family: sans-serif;
    color: ccc;
}

.languageLink:hover{
    font-size: 11pt;
    font-family: sans-serif;
    color: 0c0;
}

.activeLanguageLink {
    font-size: 11pt;
    font-family: sans-serif;
    color: c00;
}

.activeLanguageLink:hover{
    font-size: 11pt;
    font-family: sans-serif;
    color: c00;
}

