.abstractLinks { 
    font-size: 11px; 
    text-align: center; 
    margin: 10px 0 10px 0; 
    padding: 10px; 
    background: #eee; 
    border-top: 1px solid black; 
    border-bottom: 1px solid black;
}
.abstractItem { 
    margin: 10px 0 10px 0; 
    padding: 0 0 10px 0;
    border-bottom: 1px solid #aaa;
}
.abstractText, #bodytext li { 
    font-family: monospace;
    font-size: 14px;
    white-space: normal;
}
.abstractWarning {
    margin: 10px 0 10px 0;
    color: red;
}
div.lastModified {
    float: right;
    margin: 0;
    padding: 0;
    color: gray;
}
.absItemNum { 
    color: green; 
    font-weight: bold;
}
a.abstractButton {
    color: blue; 
    margin: 5px 0 5px 0;
    display: block;
    cursor: pointer;
}
div.abstractVersion {
    color: blue; 
    margin: 10px 0 10px 0;
    padding: 10px 0 0 0;
    display: block;
    border-top: 1px dotted #aaf;
}
div.abstractContent {
    margin: 5px 0 5px 0;
}
.abstractItemTitle {
    color: green;
}
#abstractHistory { 
    font-family: monospace;
    font-size: 14px;
    white-space: normal;
    margin: 10px 0 10px 0; 
    padding: 5px 20px 5px 20px; 
    background: #F3F3F3; 
    border-top: 1px solid #999; 
    border-bottom: 1px solid #999;
}
#abstractHistory .abstractButton {
    text-align: center;
}
span.abstractSelected {
    font-weight: bold; 
    color: red;
}

