
body 
	{
	font-family: auntjudy, serif;
	font-size: 18px;
	background-color: #917A58;/*braun*/
	background-image: url(images/startseite.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 0%;
	margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	margin-left: 0px;
	}
	
h1
	{
	font-size: 35px;
	}
	
h2
	{
	font-size: 25px;
	}
	
a:link /*noch nicht besuchter link*/
	{
	color: transparent;
	text-decoration:none;
	}
	
a:visited /*besuchter link*/	
	{
	color: transparent;
	text-decoration:none;
	}
	
a:active /*gerade angeklickter link*/	
	{
	color: transparent;
	text-decoration:none;
	}

a:hover /*drüberfahren über link*/
	{
	color: transparent;
	text-decoration:none;
	}
	
a.links1
	{
	color: darkblue;
	text-decoration:underline;
	}
	
a.links2
	{
	color: #602020;
	text-decoration:none;
	font-size: 20px;
	font-weight: bold;
	}
	
a.links3
	{
	color: darkgreen;
	text-decoration:none;
	font-size: 20px;
	font-weight: bold;
	}

