body {
  background-color: #ffffe0;
  font-family: verdana;
  color: #000000;
  font-size: 13px;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
} 

h1 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

h2 {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}

h3 {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}

/* LINKS */
a {font-family: verdana;font-size:13px; font-weight: bold;}

a:link {
  color:#00008b;
  text-decoration: underline;
}
a:visited {
  color:#00008b;
  text-decoration: underline;
}
a:hover {
  color: #00008b;
  text-decoration: underline;
}


