body
{
  color: black;
  background-color: white;
}

p
{
  font-family: arial, helvetica, sans-serif;
}

p.title 
{
  font-size: 200%; 
  background-color: #ff3333; 
  color: white;
  font-weight: bold; 
  padding: 5px;
}
p.section
{ 
  background-color: #dddddd; 
  color: black;
  font-weight: bold;
  padding: 3px; 
}

table
{ 
  border-collapse: collapse; 
  border: solid #333333 1px; 
}
th
{ 
  background-color: #333333; 
  color: white;
  border: solid #333333 1px;
  font-weight: bold;
  text-align: left;
}
td
{ 
  background-color: #dddddd; 
  color: black;
  border: solid #333333 1px;
  text-align: left;
}
