body {
background: #ddd;
font-size: 11pt;
}

div.footer,
div.content {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  padding: 0.5em 1em;
}

div.footer {
  padding-top: 2px;
  padding-bottom: 4px;
}

i.code {
font-family:monospace,monospace;
font-style: normal;
font-size: 1em;
}

i.menu {
}

a:hover, a:active, a:visited, a:link {
text-decoration: none;
}

a {
  color: blue;
}

h2,
h3 {
-webkit-margin-after: 0;
margin-bottom: 0.5em;
}

a:hover {
background: gold;
}

div.footer > div p {
display: inline-block;
!vertical-align: middle;
-webkit-margin-after: 0;
-webkit-margin-before: 0;
font-size: small;
margin-top: 1em;
}
