 body, p, a, div, table {
	font-family: Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
  }

img {
	border: 0;
}



a {
	color: gray;
}
a:link {
	color: gray;
}
a:visited {
	color: gray;
}
a:hover {
	color: gray;
	text-decoration: none;
}
a:active {
	color: silver;
}

#buchstabe {
	color: purple;
}


#navi {
	font-family: Helvetica;
	font-weight: bolder;
	color: silver;
	font-size: 14px;
}

#navi a:link {
	color: black;
}
#navi a:visited {
	color: black;
}
#navi a:hover {
	color: black;
	text-decoration: none;
}
#navi a:active {
	color: black;
}


h1 {
	font-size: 14px;
	color: purple;
}

h2 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

h5 {
	font-size: 10px;
	font-weight: bold;
}


