
/*<link rel="stylesheet" type="text/css" href="lag_link_hover.css">*/



/* Link-Stile für Hover-Links  */

a:link {
text-decoration: none;
font-weight: normal;
color: #0000FF; 
cursor: pointer;
} 

a:visited {
text-decoration: none;
font-weight: normal;
color: #0000FF;
/* color: #9900CC; */
cursor: pointer;
} 


a:link:hover {
text-decoration : none; 
color: red;
cursor: pointer;
background-color: transparent;
} 

a:visited:hover {
text-decoration : none; 
color: red;
cursor: pointer;
background-color: transparent;
} 

a:link:active {
color: black; 
} 

a:visited:active {
color: #CCFFCC; 
} 


