.top10 em {
        font-weight: bold;
        text-decoration: underline;
}

.top10 table {
        margin-top: 20px;
//        -moz-border-radius:10px;
        border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #888;
	border-collapse: separate;
	background-color: #eee;
        margin-left: auto;     
        margin-right: auto;     
}

.top10 .whisper {
        color: #88F;
        font-size: 11px;
}

table.top10 {
        text-align: center;
}
