
.notespopups a:visited { color:#004080; text-decoration:underline; }
.notespopups a:active { color:#e400FF; text-decoration:underline; }
.notespopups a:focus { color:red; text-decoration:underline; }
.notespopups a:link { color:#004080; text-decoration:none; }
.notespopups a:hover { color:black; text-decoration:underline;cursor:pointer}


.notespopups table {
    border-collapse:collapse
}

.notespopups tr:hover {
    background-color:#E0E0E0;
}

.notespopups td { 
    padding:3px; 
    vertical-align:top;
}

.popupsuser {
    max-width:7em;
    min-width:6em;
    hyphens: auto;
    word-break: break-all;
}
