#tweets li {
    border-bottom: 1px dotted #004E81;
    color: #004E81;
    font-size: 11px;
    padding: 2px 3px 5px;
}
#tweets .hash {
    color: #004E81;
    font-weight: bold;
}
#tweets .reply {
    color: #0066CC;
}
#tweets a {
    text-decoration: none;
    color: #004E81;
}