/* Laboratorio Eudemonia style sheet */


a.lightlink {}
.lightlink:hover {background: red}

a.lightlinky {}
.lightlinky:hover {background: blue}

a.lightlinkyellow {text-decoration: none}
.lightlinky:hover {text-decoration: none}

a.ll01 {text-decoration: none}
.ll01:hover {background: blue; text-decoration: none}

a.ll02 {text-decoration: none}
.ll02:hover {text-decoration: underline}

a.ll03 {color: white; text-decoration: none}
.ll03:hover {text-decoration: underline}

a.noline {color: white; text-decoration: none}
.noline:hover {text-decoration: underline}

a.white_no_line {color: white; text-decoration: none}
.white_no_line:hover {text-decoration: underline}





