BODY {
	background-color: black;
	color: white;
 }

H1 {
	color: white;
	font-family: helvetica;
	text-align: center;
	font-size:36px;
	text-decoration: underline;
	font-variant: small-caps;
 }

H2 {
	color: red;
	font-family: times;
	text-align: center;
	font-size:36px;
	text-decoration: underline;
 }

H3 {
	color: white;
	font-family: garamont;
	text-align: center;
	font-size:20px;
 }

H5 {
	color: white;
	font-family: garamont;
	text-align: left;
	font-size:17px;
 }




A:link { color: red;}
A:activate { color: red;}
A:visited { color: red;}


.head {background-color:black; width:100%; height:220px;}
.menue {background-color:black; width:100%; height:40px;}
.site {background-color:black; width:100%;}
.button  {background-color:black; width:90px;}



