body {
    margin:0 auto 0 auto;
    font-family: 'lucida grande',trebuchet,'trebuchet ms',verdana,arial,helvetica,sans-serif;
    line-height: 1.9em;
    font-size: 0.9em;
}

a:link, a:visited, a:active {
    color: #264CA2;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h3 {
    font-size: 1.4em;
    font-weight: bold;
}

#wrapper {
}

#stoplister {
    text-align: left;
    margin: 20px 20px 20px 20px;
    background-color: #fcfcfd;
    border: 2px dotted #ddd;
    padding: 15px 1.6em 30px 1.6em;
    line-height: 1.2em;
    font-size: .9em;
}

/*
#stoplister {
    text-align: left;
    font-size: .9em;
    line-height: 1.2em;
    margin: 30px auto 0 auto;
}
*/

#stoplister a:link{text-decoration:underline;}
#stoplister a:visited{text-decoration:underline;}
#stoplister a:hover{color:red;}
#stoplister a:active{color:black;}

#desc {
    margin-top:0;
    color: #777;
    font-size: 0.8em;
}