body {
 color: rgb(0, 0, 0); 
 background-color: rgb(255, 255, 255);
}
table {
 background-color: rgb(204, 204, 255);
}
td {
 background-color: rgb(204, 204, 255);
}
H1 {
 text-align: right;
 font: bold italic 150% sans-serif;
 color: red;
}

