body {
    font-family: verdana;
    font-size: 0.8em;
}


.list-entry a { 
    color: black; 
    text-decoration: none;
}
.list-entry a:hover { text-decoration: underline; }

.name {
    font-weight: bold;
}

.purpose {
    font-size: 0.7em;
    color: #AAA;
}

.list-entry {
    padding: 0.3em 1em;
    background: #E3EDFF;
    margin: 1px;
    border: solid 1px #CFD8EB;
}

.deleted {
    color: #AAA !important;
}

.clear { clear: both; }

.explanation {
    width: 50em;
    margin: 0.5em auto;
    font-size: 0.9em;
    background: #D3EDCE;
    padding: 0.5em 1em;
    border: solid 1px #C0D7BB;
}

.trusted {
    background-image: url(star.png);
    background-position: 98%;
    background-repeat: no-repeat;
}
