// ----------------------------------------------------------------------------------------------------
// Farbwechsel bei Link
// ----------------------------------------------------------------------------------------------------
   A:link    { color: red; text-decoration: none}
   A:active  { color: red; text-decoration: none }
   A:visited { color: red; text-decoration: none }
   A:hover   { color: blue; text-decoration: none }

// ----------------------------------------------------------------------------------------------------
// Datum auf home
// ----------------------------------------------------------------------------------------------------

all.Uhr { font-family:Century Gothic,Arial; font-size:8pt; COLOR:"#008040";}