tt { font-family: monospace; font-size: 100%; }
.editing { font-family: monospace; margin: 10px; text-indent: -10px; word-wrap:break-word;}
p { word-wrap: break-word; }
textarea {
    resize:none;
    font-family:sans-serif;  
    font-size: 13px;
}
input {
    font-family:sans-serif;  
    font-size: 13px;
}
.linkbutton {
    background:none!important;
    border:none; 
    padding:0!important;
    text-decoration:underline;
    font-family: serif;
    color: blue;
}


.linkbutton:hover { 
    cursor: pointer;
}

.keywordlink { 
    color: #AA6C39;
}
.conceptlink { 
    color: grey;
}
