
@media screen {
    div#archive { margin-left: 1em; float: right }
    div.archive { margin-left: 1em; float: right }}

@media print {
    div#archive { display: none }
    div.archive { display: none }}

div#archive div { float: right; clear: both }
div#archive * { float: right; display: inline-block; clear: both }

a { text-decoration: none }
a:link { background-color: LightGray }
a:visited { background-color: White }
a:hover { background-color: Gainsboro }

.word {
    font-weight: bolder }

.foreign {
    font-weight: bolder; 
    font-style: oblique }

.book {
    font-style: oblique;
    font-family: serif }
