a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
 
a:active {
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

html {
	padding: 0;
}

#main-alben {
	background-color: rgb(0,0,153);
  color: #003366; 
  text-shadow:red 3px 2px 4px;
}

body {
  background-image:url(http://www.bin-auch-online.de/chris/images/bg02.gif);
	font-family: Comic Sans MS, Comic;
	background-color: rgb(0,0,153); /* #000066 */
	color: #FFFFFF;
	style."margin-top: 0";
  margin-bottom:0;
  margin: 0; 
  padding: 0;
	min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
  background-attachment:fixed 
}

table {
	table-border-color-light: #6699ff;
	table-border-color-dark: #6699ff; 
}

h1, h2, h3, h4, h5, h6 {
	font-family: Comic Sans MS, Comic;
}
h1 {
	color: #6FACFF;
}
h2 {
	color: #E28C0E; 
}
h3 {
	color: #6FACFF; 
}
h4 {
	color: #6FACFF;
}
h5 {
	color: #6FACFF;
}
h6 {
	color: #6FACFF;
}