.info {
    color: #3B82F6;
}

.notes {
    color: #F97316;
}

.hw {
    color: #22C55E;
}


#pageList a.info:active {
    color: #3B82F6;
}

#pageList .notes:active {
    color: #F97316;
}

#pageList .hw:active {
    color: #22C55E;
}


#pageList a.info:visited {
    color: #3B82F6;
}

#pageList .notes:visited {
    color: #F97316;
}

#pageList .hw:visited {
    color: #22C55E;
}


#pageList a.info:hover {
    color: #3B82F6;
    text-decoration: underline;
}

#pageList .notes:hover {
    color: #F97316;
    text-decoration: underline;
}

#pageList .hw:hover {
    color: #22C55E;
    text-decoration: underline;
}