/* Datei: links.css Formatvorlage blau/rot für Linkeffekt */


A:hover
{
       color:"#FF0000";
       text-decoration: "none";
}




