body
{
  background-color: grey;
  color: #000000;
  text-align: justify;
  font-family: verdana, helvetica, sans-serif;
}

.centered, .centered td, h1
{
  text-align: center;
}

td
{
  padding: 0px 5px 0px 5px;
}

div#container
{
  margin-left: 15%;
  margin-right: 15%;
  background-color: #FFFFFF;
  padding: 3em;
  border-left: solid 1px #000000;
  border-top: solid 1px #000000;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
}

h2
{
  border-bottom: dashed 1px;
}

ul li
{
  list-style-type: square;
}