/* ------------------------------------------ 	*/
/* www.sudokumasters.de :: Main CSS		*/
/* ------------------------------------------ 	*/

body {
	background-image: url(bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

body, td, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #707070;
	text-decoration: none;
}

a:hover {
	color: #df0662;
	text-decoration: underline;
	
}
