/* CASCADING STYLE SHEET: grundschule.css  *//* Gesamten Text der Seite mit Schriftart versehen + Background *//* ============================================================ */body, td, th, p, span, li{	font-family : Comic Sans MS, Arial;	font-size : 12pt;	background-image: url(../images/hinter01.gif);}/* Link ohne Unterstreichung *//* ========================= */a{	text-decoration: none; }/* Links mit Color versehen *//* ======================== */a:link{	color: blue; }a:active{	color: red; }a:visited{	color: green; }/* Laufschrift-Format *//* ================== */.laufschrift{	font-family : Arial;	font-size : 9pt;	color: blue;}