body {
font-family: arial;
background-color: #d6001c;
}

.red_row {
background-color: #d6001c;
text-align: center;
font-weight: bold;
color: white;
}

.green_row {
background-color: green;
text-align: center;
font-weight: bold;

color: white;
}

a.nav:link, a.nav:visited {color:white; text-decoration: none;}
a.nav:hover, a.nav:active {color:white; text-decoration: none;}


