/* Das Grundgerüst einer jeden Seite*/
body, textarea {
	color:#000000;
	font-family:"Comic Sans MS", "cursive";
	scrollbar-base-color:#660000;
	scrollbar-3dlight-color:#660000;
	scrollbar-arrow-color:#440000;
	scrollbar-darkshadow-color:#660000;
	scrollbar-face-color:#770000;
	scrollbar-highlight-color:#CC0000;
	scrollbar-shadow-color:#660000;
	scrollbar-track-color:#AB0000;
}

/* Farbliche unterscheidungen der Links*/
A:link {
        color:black; text-decoration:underline;
                       }

A:visited {
        color : gray; text-decoration:underline;
                       }

A:hover {
        color: black; text-decoration:underline none; 
                      }

A:active {
        color: black; text-decoration:underline;
					 }
.p {
	font-family:"Comic Sans MS", cursive;
	font-size:12px;
	color:#000;
}

