tbody tr td {
	font-size: 9px;
    background-color: #ededed;
    border-style: none;
    padding: 2px;
}

tbody tr th {
    font-size: 9px;
    font-weight: bold;
    background-color: orange;
    border-style: none;
}

html body table {
    font-family: "Lucida Grande", Verdana, sans-serif;
    border-style: none;
}