*
{
  line-height: 1.5em;
}

body
{
  margin: 2em;
}

body div
{
  border: solid 1px black;
  padding: 1em 2em 1em 2em;
  margin-bottom: 1em;
}

h1
{
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}

h2
{
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
}

p.m
{
  text-indent: 1em;
}

p.a
{
  text-indent: 1em;
  margin: 0;
}

p.free
{
  margin: 0;
  padding: 0;
}

pre
{
  font-size: 1em;
  font-weight: normal;
}

div.about
{
  border: double black;
  padding: 1em 2em 1em 2em;
}

div.free
{
  border: solid 1px black;
  padding: 0.25em;
  margin-left: 1em;
}

div.apply
{
  border: solid 2px black;
  padding: 1em 2em 1em 2em;
}

ol.m { list-style-type: decimal; }
ol.s { list-style-type: lower-roman; }
ol.a { list-style-type: lower-latin; }

ol.apply li
{
  margin-bottom: 2em;
}

table
{
  border-collapse: collapse;
  border: solid 1px black;
}

th, td
{
  border: solid 1px black;
  padding: 1em;
}

