/* CSS Document */
/*css-Datei fuer die Darstellung von Peter Pichs Beitrag zu "Hallo Nachbarn" */
/* wird aufgerufen von den 3 dafuer benoetigten html-Dateien.*/

h3 {
	color: #ff0909 !important; 
	font-size: 16px;  
    text-align: center !important; 
    text-decoration: none !important;
    margin: 20px 0 20px 0 !important;
	}

a {color: #ff0909 !important; 
    text-decoration: none !important;}

a:hover {color: #ff0909 !important; 
    text-decoration: none !important;}

a:active {color: #ff0909 !important; 
    text-decoration: none !important;}

