@import url("style.css");

#main-content {
  font-size:            12px;
  width:                100%;
}

#main-content ul {
  line-height: 1.5em;
  list-style-type: disc;
  list-style-position: inside;
}

#main-content a {
  text-decoration: none !important;
}

#main-content a:hover {
  text-decoration: underline !important;
}

#main-content p {
  width:                100%;
  line-height:          1.5em;
  padding-bottom:       1em;
}

#main-content p strong {
  font-weight:          bold;
}

