H1 {
color: #AB63E3
}
H2 {
color: #66FF4D
}
H3 {
color: #FFFF00
}
sub {
color: #AB63E3
}
p {
color: rgb(102,255,77)
}
p {
font: normal normal 22px arial  san-serif
}
p.capitalize {
text-transform: capitalize
}
hr {
  border-style: solid;
  border-width: 1px 0 0 0; /* you can change it, by example: 3px 0 0 0 */
  border-color: rgb(171,99,227); /* the color of the bar in RGB (simply than #80C0FF) */
  margin-top: 3px; /* top margin */
  margin-bottom: 3px; /* bottom margin */
  margin-left: 0px;
  margin-right: 0px;
}
