/*
 *
 * Formatdefinitionen für www.eiscafe-scheerer.de
 *
 */

a:link { font-weight:bold; color:#990000; text-decoration:none }
a:visited { font-weight:bold; color:#990000; text-decoration:none }
a:hover { font-weight:bold; color:#FF0000; text-decoration:none }
a:active { font-weight:bold; color:#FF0000; text-decoration:none }
a:focus { font-weight:bold; color:#FF0000; text-decoration:none }


body {
  background-color:#FFFFFF;
  color:#000000;
  font-family:serif;
}


