/* CSS-Angaben fuer kruempel-online */

a:link     { text-decoration:none; color:#0000ff; }
a:visited  { text-decoration:none; color:#0000ff; }
a:hover    { text-decoration:underline; }
a:active   { text-decoration:underline; }
a:focus    { text-decoration:underline; }

body.standard
{
	font-family: Comic Sans MS;
	background-color: #ddee66;
	color: #000000;
	font-size: 12pt;
}
