.background {
	background-attachment: scroll;
	background-image: url(images/backgroundmain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
li {
	margin-top: 7px;
	margin-bottom: 7px;
}

.maintxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
p {
	padding: 4px;
	text-align: justify;
}

body {
	background-image: url(images/blocks.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: right bottom;
}
.intro {
	background-image: url(images/intro.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.edge {
	border: 1px solid #666666;
}
.handover {
	cursor: hand;
	text-decoration: underline;

}
