#allNote #note h2 {
  font-size: 15px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 4px;
  margin-bottom: 4px;
  text-align: left;
}
#allNote #note h3 {
  font-size: 12px;
  text-align: left;
  padding-left: 5px;
}
#allNote #note h4 {
  font-size: 11px;
  text-align: left;
  padding-left: 10px;
}
#allNote #note p, #allNote #note ol {
  margin: 8px 5px;
  font-size: 1.1em;
  line-height: 1.3em;
}
#allNote #note a:link, #allNote #note a:visited {
  color: #EF0101;
  text-decoration: none;
}
#allNote #note a:hover, #allNote #note a:active, #allNote #note a:focus {
  text-decoration: underline;
}

