body {
	color: white;
	#background: url('http://designerfied.com/wp-content/uploads/2008/03/grunge-and-japanese-foliagep.jpg');
	background: black;
	font-family: Arial, Helvetica, sans-serif;
}

.siteblock {
	width: 600px;
	text-align: left;
}

input {
	width: 200px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

.btn {
	width: 60px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

a:link, a:active, a:visited {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: none;
}

.highlight {
	font-size: 20px;
}

.upprop {
	width: 100px;
	height: 100px;
	background-image: url('http://blog.avkod.at/sfsf/upprop.jpg');
}

.upprop:hover {
	width: 100px;
	height: 100px;
	background-image: url(upprop2.jpg);
}

