root { 
    display: block;
}

/*Works of Edwards*/
.toggle {
    display: none;
}
h4.tog {
    cursor:pointer;
}
a {
    text-decoration :none;
}

.first strong {
    color: blue;
}
.second strong {
    color: green;
}
.third strong {
    color: red;
}
.first {
    padding: 2px;
}
.second {
    padding: 2px;
}
.third{
    padding: 2px;
}

ol.roman {
    list-style: upper-roman;
    color: #555;
}

.name {
    list-style: none;
}
.text {
   
}
