h1 {
    color:darkgreen;
    font-family: "Lucida Grande", sans-serif;
    font-style: normal;
    font-size: 30px;
}
h2 {
    color: darkgreen;
    font-family: "Lucida Grande", sans-serif;
    font-style: normal;
    font-size: 26px;
}
h3 {
    color: black;
    font-family: "Lucida Grande", sans-serif;
    font-style: normal;
    font-size: 22px;
}
h4 {
    color: black;
    font-family: "Lucida Grande", sans-serif;
    font-style: normal;
    font-size: 18px;
}
li {
    color: black;
    font-family: "Lucida Grande", sans-serif;
    font-style: normal;
}
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;
}
table td, table th {
    border: 1px solid black;
    border-collapse: collapse;
}
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: "Lucida Grande", sans-serif;
    font-style: normal;
    font-size: 26px;
    text-align: left;
    margin: 0;
}
td, th {
    padding: 10px;
}
th {
    text-align: left;
    font-size: 18px;
    background: #EAF2F2;
}
tr.trHeader {
    background: #EAF2F2;
}
tr:nth-child(n of tr.trEven) {
    background: #E5E5E5;
}
tr:nth-child(n of tr.trOdd) {
    background: #FFFFFF;
}
.purple_h {
    display: inline; 
    color: purple;
}
.blue_h {
    display: inline; 
    color: blue;
}
.red_h {
    display: inline;
    color: red;
}