
html {
  margin:0;
  padding:0;
}

body {
 height:100%;
 margin-top:0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 1px;
 text-align: center;
 font-family: "Letter Gothic", "Letter Gothic Std", "Courier New", "Andale Mono";
 font-size: 12px;
}

a {
  color: #6600CC;
  text-decoration:none;
}

a:hover {
  text-decoration: underline;
}

#logo {
  margin-top: 20px; 
  margin-bottom: 14px;
}

#navigation {
  margin-bottom: 32px;
}

