body {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
	text-decoration: none;
	background-color: #000000;
	background-image: url(../pictures/backesileht.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FEE7C4;
	cursor: hand;
}
a:link {

	color: #FEE7C4;
	text-decoration: none;
}
a:visited {

	color: #D3AF82;
	text-decoration: none;
}
a:hover {

	color: #FEE7C4;
	text-decoration: underline;
}
a:active {

	color: #FEE7C4;
	text-decoration: none;
}
