body {
	margin-top: 25px;
	font-size: 100%;
	background-color: #ffffff;
}

.debug {
	border: 1px solid red;
}

.raise {
	z-index: 8;
}

.center {
	text-align: center;
}

.magenta, hr, #menu a, #cees {
	color: #C10077;
}

.color-black {
	color : black;
}

h1 {
	font-weight: bold;
}

hr {
  border-color: #C10077;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 20px;
  height: 0;
}

.slideshow {
	position: fixed;
	top: 0;
	left: 0;
	z-index:-1
}

.right {
	text-align: right;
}

#menu a {
	display: block;
	margin-bottom: 0;
	text-decoration: none;
}

#cees {
	text-decoration: none;
}

a.friends {
	text-decoration: none;
	color: black;
}


