<html><body><p>table, table td, table th {
border: 1px solid #F3F3F3;
}
table thead {
font-size: 1.1em;
text-align: center;
padding: 8px;
background: #F3F3F3;	
}
.high {
color: #945C5C;
text-align: center;
}
.low {
color: #DC7759;
text-align: center;
}
.rlnone {
color: #7A915F;
text-align: center;
}
.rl-high tbody {
background: #F2DBDB;	
}
.rl-low tbody {
background: #FDE9D9;
}
.rl-none tbody {
background: #EAF1DD;
}
</p></body></html>