summary:hover {
    color:red;
    cursor: pointer;
}

h2 {
    font-size: 14px;
    font-weight: bold;
}

ol > ol, ol > li > ol {
    list-style-type: lower-alpha;
}

li {
    line-height: 2em;
    margin-bottom: 10px;
    padding-left: 15px;
}

p {
    line-height: 2em;
    text-indent: 2em;
}