// Ah hahahahahaaa! Have all the nested lists in the WORLD!
ol {
  list-style-type: decimal;
  ol {
    list-style-type: lower-alpha;
    ol {
      list-style-type: lower-roman;
      ol {
        list-style-type: decimal;
        ol {
          list-style-type: lower-alpha;
          ol {
            list-style-type: lower-roman;
            ol {
              list-style-type: decimal;
              ol {
                list-style-type: lower-alpha;
                ol {
                  list-style-type: lower-roman;
                  ol {
                    list-style-type: decimal;
                    ol {
                      list-style-type: lower-alpha;
                      ol {
                        list-style-type: lower-roman;
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}
