.language {
    font-size: x-small;
    background-color: #3377ff;
    color: #ffff00;
    padding: 2px;
}
.articleDate {
    font-size: small;
    color: #ff0000;
    padding: 0px; margin: 0px;
}
.articleHeader {
    text-align: center;
    border-width: 2px;
    border-color: #000055;
    border-style: inset;
    background: #ffffff;
    color: #000099;    
    padding: 0px; margin: 0px;
}
.articleTitle {
    width: 59%;
    text-align: center;   
    font: bold medium serif, sans-serif; 
    padding: 0px; margin: 0px;
}
.annotated {
    border-bottom: 1px dashed rgb(0, 102, 204);
    background: transparent none repeat scroll 0%;
    /*cursor: pointer;*/
}
#mouseOverHelp {
    position: absolute;
    z-index: 2;
    display: none;
    border-width: 1px;
    border-color: #000055;
    border-style: outset;
    padding: 4px;
    background-color: #ffffff;
}
.tr {
    vertical-align: super;
    font-size: xx-small;
}
.en {
    vertical-align: super;
    font-size: xx-small;
}
.tt {
    vertical-align: super;
    font-size: xx-small;
}
.ru {
    vertical-align: super;
    font-size: xx-small;
}
