<style type="text/css">
.sistable {
font-family: Arial ;
background-color: #000000;
color: white;
border-collapse: collapse;
}
.sistable th {
background-color: #212E86;
font-weight:bold;
color: white;
padding: 0.5em;
}
.sistable td {
padding: 0.5em;
}
.sistable tr.sisrow1 {
background-color: #f0ffff;
color: #222222;
}
.sistable tr.sisrow2 {
background-color: #d3d3d3;
color: #222222;
}
.sistable tr.myteam {
background-color: #212E86;
font-weight:bold;
color: white;
}
</style>