body {
  background: #0C1422;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  border: 0px;
  margin: 10px;
  padding: 0px;
}
a:link, a:active, a:visited {
  color: #00ADEF;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border: none;
}
div {
  font-size: 12px;
  text-align: left;
  color: #FFFFFF;
  border: 0px solid red;
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4, h5 {
  color: #FFFFFF;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0px;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 12px;
}
h4 {
  font-size: 11px;
}
h5 {
  font-size: 10px;
  font-weight: normal;
}
p {
  margin: 10px 0px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: normal;
}
em {
  color: #A7EBFB;
  font-weight: bold;
  font-style: normal;
}
ol {
  color: #FFFFFF;
  font-weight: bold;
  padding-left: 0px;
  margin-left: 0px;
}
ol li {
  list-style: none;
}
ul {
  padding-left: 0px;
  margin-left: 20px;
}
ul li {
  list-style: url(bullet.gif);
}

