Ok, just as an FYI for anyone else wanting different colors...I tried every which way and it just would not work for me....until I put !important in the styles lol
Code:
a.level1 {font-size: xx-small;color: #483D8B !important;}
a.level2 {font-size: small;color: #228B22 !important;}
a.level3 {font-size: medium;color: #FF69B4 !important;}
a.level4 {font-size: large;color: #20B2AA !important;}
a.level5 {font-size: xx-large;color: #6A5ACD !important;}