.section {
     color: #005FBB;
     font-weight: bold;
     text-decoration: none;
     margin-left: 12px;
}
.section:link {
     color: #005FBB;
}
.section:hover {
     color: #005FBB;
     text-decoration: underline;
     cursor: pointer;
}
.section:active {
     color: #005FBB;
}
.section:visited {
     color: #005FBB;
}

.subsection {
     color: #36790D;
     font-weight: bold;
     text-decoration: none;
     margin-left: 20px;
}
.subsection:link {
     color: #36790D;
}
.subsection:hover {
     color: #36790D;
     text-decoration: underline;
     cursor: pointer;
}
.subsection:active {
     color: #36790D;
}
.subsection:visited {
     color: #36790D;
}