/* Enter Your Custom CSS Here */

/* Ordered lists - alphabetical */
ol {
  list-style-type: lower-alpha;
}

.para-indent{text-indent: 30px;}

roman.ol {
  list-style-type: lower-roman;
}