/* test file */

a:link {

color: #cc6600;

text-decoration: none;

}

a:visited {

color: #990066;

text-decoration: none;

}

a:hover {

color: #ffcc00;

text-decoration: underline;

}

a:active {

color: #33ccff;

text-decoration: underline;

}


