 td.button{
	background : #2F53FF center;
	color : White;
	border : outset #2F53FF;
}

 td.button a:link {
	color: black;
	text-decoration : none;
	font-weight : bold;
}
 td.button	a:visited {
	color: black;
	text-decoration : none;
	font-weight : bold;
}
 td.button a:hover {
	background : #4263FF center;
	color: white;
	text-decoration : none;
	font-weight : bold;
}
 td.button a:active {
	color: black;
	text-decoration : none;
	font-weight : bold;
}
 td.button	a:focus  {
	color:black;
	text-decoration : none;
	font-weight : bold;
}

body {
	background : url(bilder/greywall.jpg);
}