body {
	background-color: #0E4F00;
}

.even {
    background-color: #fff8e8;
}    
    
.odd {
    background-color: #e6e6fa;
}    

.subtable-row {
    background-color: #ffe9d6;
}

.bg-dark {
    background-color: #242 !important;
}

.tablelink {
    color: #5b0009;
    font-weight: bold;
}

.tablelink:hover {
    color: #c50500;
    font-weight: bold;
    text-decoration: none;
}