body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/background.jpg);
	color: #666;
	font-size: 13px;
	font-family: arial, "lucida console", sans-serif;
	line-height: 16px;
}



#content {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: visible;
	display: block;
	background: url(../images/background-top.jpg) repeat-x;
}


h1
{
	color: #c587bb;
	font-family: arial, "lucida console", sans-serif;
	font-size: 20px;
}

h2
{
	color: #c587bb;
	font-family: arial, "lucida console", sans-serif;
	font-size: 16px;
}

.menu a, a:visited
{
	color: #c587bb;
	text-decoration: none;
	font-family: arial, "lucida console", sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.menu a:hover
{
	color:  #a0549b;
}



a {
	color: #a0549b;
	text-decoration: none;
}

a:hover {
	
	color: #5d0057;
}
