.info {
    color: #3B82F6;
}

.guide {
    color: #EAB308;
}

.ref {
    color: #8B5CF6;
}

.research {
    color: #F97316;
}

.tut {
    color: #22C55E;
}


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

#pageList .guide:active {
    color: #EAB308;
}

#pageList .ref:active {
    color: #8B5CF6;
}

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

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


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

#pageList .guide:visited {
    color: #EAB308;
}

#pageList .ref:visited {
    color: #8B5CF6;
}

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

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


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

#pageList .guide:hover {
    color: #EAB308;
    text-decoration: underline;
}

#pageList .ref:hover {
    color: #8B5CF6;
    text-decoration: underline;
}

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

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