body
{
  background:white url(2006mathdaybkgd.jpg) no-repeat;
  font: 12pt Century Gothic, Verdana, sans-serif;
  color: black;
  line-height: 20px;
}
a
{
  color: blue;
  text-decoration: none;
}
a:hover
{
  color: blue;
  text-decoration: underline;
}
a:visited
{
  color: blue;
}
p
{
  margin-left: 20px;
}
#title
{
  margin: 25px 0 35px 20px;
  font-size: 40px;
  color: red;
}
#maintable
{
      margin: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      border: 1px solid black;
      border-collapse: collapse;
}
#maintable td
{
  border: 1px solid black;
  width: 130px;
  height: 45px;
  text-align: center;
}
.footnote
{
  font-size: 12px;
  margin-left: 20px;
}
