html, body 
{
	color: black; 
	background-color: gold;
	text-align: center;
}


h1
{
	font-family: "impact";
	color: black;
}	
h2
{
	font-family: "times new roman";
	color: black;
}	
h3
{
	font-family: "times new roman";
	color: black;
	margin-right:10px;
}	
h4
{
	text-align:left;
}
#intro
{
	font-family: "times new roman";
	color: black;
	text-align: left;
	margin-left:280px; 
}

#p1
{
	font-family: "times new roman";
	font-weight:bold;
	color: black;
	text-align: right;
	margin-right:270px;
}

#p2
{
	font-family: "times new roman";
	font-weight:bold;
	color: black;
	text-align: left;
}

#p3
{
	font-family: "times new roman";
	font-size: 150%;
	font-weight:bold;
	color: black;
	text-align: center;
}

#p4
{
	font-family: "times new roman";
	font-size: 130%;
	font-weight:bold;
	color: black;
	text-align: center;
}

#p5
{
	font-family: "times new roman";
	font-size: 100%;
	color: black;
	text-align: left;
}
#bild
{
	text-align: center;	
}	

table
{
	color: black;
	font-family: "georgia";
}
#steck
{
	text-align:"left";	
}

#nav
{
	text-align: center; 
	font-family: "times new roman";
	color: black;
}

#a1
{
	color:black;
	background:transparent;
	font:14px "times new roman";	
}
#plan
{
	text-align:center;
	font:11px "times new roman";
}
a
{
	color:black;
	background:transparent;
	font:14px "times new roman";
	text-decoration:underline;
}

a:visited
{
	color:black;
	background:transparent;
}

a:hover, a:active
{
	color:red;
	background:transparent;
}