/* zentrale CSS-Formate für HTML-Dateien auf Puretec */

/* Formatierung für Links */
A:link {color:#FFFFFF; text-decoration:none; font-weight:bold }
A:visited {color:#FFFFFF; text-decoration:none; font-weight:bold }
A:hover {color:#FF0000; text-decoration:underline }
A:active {color:#FF0000; text-decoration:none }