/* TITEL: CCS - Rosengarten                              */
/* BEARBEITER:                                           */
/* DATUM:    	29.10.00							     */
/* css/styles.css									    */
/*--------------------------------------------------------------------------*/


p {                                                             /*standard*/
    font-family: "Georgia", Times New Roman, serif;
    color: Black;
    font-size : 14px;
    }
	
p.fett {
    font-weight: bold;
	font-size : 14px;
	color: #000000;
}

p.title {                                                
    font-weight: bold;
	font-size : 16px;
	color: White;
}

p.titledb {                                                
    font-weight: bold;
	font-size : 20px;
	color: Black;
}

A {
    color: cccccc;
    font-family: "Georgia", Times New Roman, serif;
	font-size: 14px;
    TEXT-DECORATION: none;
    font-style : normal;
	font-weight : normal;
}

A:hover {
   color: Yellow;
   }
