﻿html {
  width: 100%;
  height: 100%;
}

body {
  margin: 0 0 0 0;
  padding: 0;
  font-family: verdana, "Lucida Grande", arial, helvetica, sans-serif;
  text-align: center;
  width: 100%;
  height: 100%;
}

a:link, a:visited { color: #000; text-decoration: none; }
a:hover { color: #000; background-color: #def; text-decoration: none; }

h1 {
  margin: 100px 0 0 0;
  padding: 0;
  color: #000;
  font-size: 30px;
  font-weight: normal;
}

div.content {
  width: 100%;
  height: 100%;
}
