body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content
{
  background-color: white;
  font-size: 12px;
  margin: 30px 200px 200px 200px;
  padding: 20px;
}

h1
{
  font-size: 20px;
  text-align: center;
}

h2
{
  font-size: 14px;
  text-align: center;
}

h3
{
  font-size: 14px;
}

table
{
  width: 100%;
  padding: 10px 40px 12px 15px;
}

td
{
  width: 50%;
  text-align: center;
}

p
{
  padding: 0px 0px 12px 0px;
}

a 
{
  color: black;

}

a:visited
{
  color: grey; 
}

.italic
{
  font-style: italic;
}

.figure
{
  font-weight: bold;
}

.copyright
{
  font-size: 12px;
  text-align: right;
}