body {
	background-color: #5B804B;
	background-image: url(../graphics/background.jpg);
	background-repeat: repeat-x;
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #696050;
}
.head {
	color: #C93475;
	text-transform: uppercase;
	font-weight: bold;
}
.pictureleft {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

a:link {
	color: #0099CC;
	text-decoration: underline;
}
a:visited {
	color: #0099CC;
	text-decoration: underline;
}
a:hover {
	color: #00BEFD;
	text-decoration: underline;
}
a:active {
	color: #0099CC;
	text-decoration: underline;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005500;
	padding: 10px;
	text-align: center;
}
.footer a {
	color: #F6F0DE;
	text-decoration: none;
}
.footer a:hover {
	color: #F6F0DE;
	text-decoration: underline;
}
.footer a:visited {
	color: #F6F0DE;
	text-decoration: none;
}
.footer a:active {
	color: #F6F0DE;
	text-decoration: none;
}
.pictureright {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.pageback {
	background-image: url(../graphics/page_background.jpg);
	background-repeat: no-repeat;
}
