a:link {color: black; text-decoratino: none}
a:active {color: black; text-decoration: none}
a:visited {color: #CC3300}
a:hover {color: #CC0066; text-decoration:underline}

a.highlight:link{color: white; text-decoration: none}
a.highlight:active{color: organge; text-decoration: none}
a.highlight:visited{color: #FFFFFF; text-decoration: none}
a.highlight:hover{color: #FFFFFF; text-decoration:underline}

a.underline:link{color: black; text-decoration: none}
a.underline:active{color: black; text-decoration: none}
a.underline:visited{color: black; text-decoration: none}
a.underline:hover{text-decoration: underline}

a.bold:link{color: black; text-decoration: none}
a.bold:active{color: black; text-decoration: none}
a.bold:visited{color: black; text-decoration: none}
a.bold:hover{color: red; text-decoration; underline; font-weight: bold}

a.italic:link{color: white; text-decoration: none}
a.italic:active{color: orange; text-decoration: none}
a.italic:visited{color: orange; text-decoration: none}
a.italic:hover{color: yellow; text-decoration: font-style: italic}
