body
{
  position: relative;
  padding: 20px;
}

li
{
  padding-bottom: 1em;
  font-size: 150%;
}

a
{
  text-decoration: none;
  font-weight: bold;
  color: blue;
}

a:hover
{
  text-decoration: underline;
}

.slide
{
  height: 75%;
}

.footer
{
}

.footer .title
{
  float: left;
}

.footer .link
{
  float: right;
}

.footer ul
{
  display: inline;
}

.footer li
{
  display: inline;
  list-style: none;
  padding-right: 2em;
  color: gray;
  font-weight: bold;
}

.footer li a
{
  color: blue;
}


