html {
  height: 100%;
}

body {
  font-family: Georgia, Palatino, serif;
  font-size: 12pt;
  color: black;
  background-color: #FFFFFF;
  margin: 0px;
  height: 100%;
}

a:link {
  text-decoration: none;
  color: #CC3355;
}
a:visited {
  color: #770088;
}

.size8 {
  font-size: 8pt;
}
.size9 {
  font-size: 9pt;
}
.size10 {
  font-size: 10pt;
}
.size12 {
  font-size: 12pt;
}
.size14 {
  font-size: 14pt;
}
.size16 {
  font-size: 16pt;
}
.size20 {
  font-size: 20pt;
}
.size24 {
  font-size: 24pt;
}
.size32 {
  font-size: 32pt;
}

.fixedbottom {
  width: 100%;
  height: 50px;
  font-size: 14pt;
  text-align: center;
  position: fixed;
  bottom: 0px;
  z-index: 1;
  background-color: #ffffff95;
}

.fixedbottom a:link {
  color: #000000;
}
.fixedbottom a:visited {
  color: #000000;
}
.fixedbottom a:hover {
  color: #CC3355;
}
.btn {
  border: 4px solid #eeeeee;
  outline: none;
  background: #ffffff;
  padding: 0px 25px;
  border-radius: 10px;
  color: #111111;
  cursor: pointer;
  margin: 15px auto;
  font-family: Georgia, Palatino, serif;
  font-size: 28pt;
}

.btn:hover {
  background: #eeeeee;
} 



