body, html 
{
    padding: 3px 3px 3px 3px;

    background-color: #FFF;

    font-family: Segoe UI, sans-serif;
    font-size: 1em;
    text-align: center;
 }

header
{
   position: relative;
   width: 100%;
   left: 0;
   margin-top: 20px;
   margin-bottom: 20px;
}

header h1
{
   margin: 0px;
}

h1 
{
    color: #822;
    font-size: 2.5em;
}

a, a:visited
{
   color: #b00;
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}


section
{
  display: inline-block;
  color: #000;
  text-decoration: none;
  width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
}

section h2
{
  margin: 0px;
  font-size: 1.2em;
}

p
{
  font-style: inherit;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

li a img
{
  width: 150px;
  vertical-align: middle;
}

li
{
  list-style-type: none;
  margin: 5px;
  padding: 0;
}
