body {
  background-color: #000C03;
}

a {
  text-decoration: none;
}

a:link {
  color: #FFCD96;
}

a:visited {
  color: #FFCD96;
}

a:active {
  color: yellow;
}

a:hover {
  background-color: blue;
  color: yellow;
}

.background	{
	background-image: url(drumset.png);
	background-position: center;
	background-repeat: no-repeat;
}

/*Seitentitel*/
.title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	color: #FFCD96;
	letter-spacing: 3px;
}

.normal {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCD96;
	text-align: justify;
}

.x-small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFCD96;
	font-size: xx-small;
	font-weight: bold;
}

.bigred {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #7d0000;
	letter-spacing: 1px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFCD96;
	font-weight: bold;
	text-align: center;
}

.border {
  background-color: #FFCD96;
  height: 3px;
  width: 100%;
  font-size: 3px;
}

/*Geistertext*/
.blind {
	font-family: sans-serif;
	font-size: 4px;
	color: #000C03;
}
