@charset "utf-8";
/* CSS Document */
body {
	background-color: #EFECDB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img-tk/bg-tk.jpg);
	background-repeat: repeat-x;
}
.boxbutton {
	background-color: #942805;
	color: #eae8d3;
	width: 300px;
	border: dotted 1px #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 20px 10px 20px;
	margin: 20px 20px 20px 20px;
	text-align: center;
	font-weight: bold;
}
.boxbutton a:link, .boxbutton, a:visited, .boxbutton a:active {
	color: #eae8d3;
	font-weight: bold;
	text-decoration: none;
}	
.boxbutton a:hover {
	color: #18151c;
	text-decoration: underline;
}
