#t { font-family: 'Droid Sans', arial, sans-serif;
        font-size: 12px;
        background: #fff;
        color:#000;
        margin: 0px;
        width: 100%;
        border-collapse: collapse;
        text-align: left;
}
#t th { font-size: 12px;
        font-weight: normal;
        color: #039;
        padding: 5px 5px;
        border-bottom: 2px solid #6678b1;
}
#t td { border-bottom: 1px solid #ccc;
        color: #669;
        padding: 5px 5px;
}
#t tbody tr:hover td { color: #009; }
