
body {max-width: 98%; font-family: Verdana; font-size: .75em; color: navy; line-height: 1.2}
.styled-table {
    border-collapse: collapse;
    margin: 0px 0;
	margin-right: 4px;
    font-size: 1.1em;
    font-family: sans-serif;

    
}
.styled-table thead tr {background-color: red; color: yellow; text-align: center; height: auto}
.styled-table th,
.styled-table td {
    padding: 4px 4px;
}
.styled-table tbody tr {
   background-color: #ffff97;  
}
}
.styled-table tbody th {
   background-color: #ffffd4;  
}
.styled-table tbody tr:nth-of-type(even) {
    background-color: #ffff97; 
}

.styled-table tbody tr:last-of-type {
   background-color: #ffffff;  
}