* {
 margin: 0px;
 padding: 0px;
}

html {
  background: #A8C0E2;
  }

body {
  background: #A8C0E2;
  font: 70% Verdana,Sans-serif;
  line-height: 140%;
  padding: 15px 10px 10px 10px;
}

/* Content Box */
a {
  color: #023864;
}
ul {
 list-style: disc;
 margin: 0px 0px 0px 20px;
}
ul ul {
 list-style: circle;
}
ul ul ul {
 list-style: square;
}
ul ul ul ul {
 list-style: none;
}

h1,h2,h3,h4 {
  color: #023864;
  margin: 15px 0px 10px 0px;
  font: 150%;
}
p {
 margin: 15px 0px 10px 5px;
}
