html 
{
overflow: auto;
background-color: #135; color: black;
}

div
{
  font-family: Arial;
  font-size: 10pt;
}

table
{ 
  width: 200px;
  border:solid 1px #cccccc;
}


tr
{
   background-color: #ffffff; color: black;
}


.odd
{
   background-color: #aaddff; color: black;
}

.header
{
   background-color: #99bbff; color: black;
   text-align:left;
   font-family: Arial;
   font-size: 11pt;
   
}



.problem
{
   background-color: #ff2222; color: white;
}


td
{
  text-align:center;
}


img
{
  border: 0px;
}

a
{
  color: #0455f6;
}

a:hover
{
  color: #ff6704;
}

h1
{
  font-family: Arial;
  font-size: 14pt;
  color: #ff6704;
  margin-bottom: 30px;
}

h2
{
  font-family: Arial;
  font-size: 14pt;
  margin-bottom: 20px;
}


