table {
    border-collapse: collapse;
    border-left: 3px solid #F79361;
    border-right: 3px solid #F79361;
    border-bottom: 3px solid #F79361;
    font-family: "Lucida Grande", sans-serif;
}
caption {
    background: #F79361; 
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px  4px 0 #000000;
    color: white;
    font-family: "Roboto Slab",serif;
    font-style: normal;
    font-size: 26px;
    text-align: center;
    margin: 0;
}
 td, th {
    padding: 10px;
}
th {
    text-align: left;
    font-size: 18px;
    background: #EAF2F2;
}
tr:nth-child(even) {
    background: #E5E5E5;
}
tr:nth-child(odd) {
    background: #FFFFFF;
}
.purple_h {
    display: inline; 
    color: purple;
}
.blue_h {
    display: inline; 
    color: blue;
}
.red_h {
    display: inline;
    color: red;
}