/* CSS Document für Background1 */
body {
	background-color:#373737;
	color:#f7f7f7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

	}

/* Unbenutzter Link */
a:link { 
	text-decoration: none;
	color:#D9F4FF;
		}

/* Besuchter Link */
a:visited { 
	text-decoration: none;
	color:#D9F4FF;
		  }

/* Über Link */
a:hover {
	text-decoration: underline;
	color:#00bbff;

		}

/* Aktiver Link */
a:active {
	text-decoration:none;
	color:#D9F4FF;
	font-weight: bolder;

		  }

.head1		{
	color:f7f7f7;
	font-family: "Bookman Old Style";
	font-size: 42px;

: 40 pt
		}

.head2		{
	color:#f7f7f7;
	font-family: "Bookman Old Style";
	font-size: 28pt;
	text-transform: capitalize;


		}
