body {
	margin: 50px;
	font-family : Arial;
	font-size : 12px;
	background-image : url(uvod.jpg);
	background-position : center 40px;
	background-repeat : no-repeat;
}

.max {
	font-size : 60px;
	font-weight : bold;
}

.M {
	text-decoration : none;
	color : #A97172;
}

.U {
	text-decoration : none;
	color : #999999;
}

.T {
	text-decoration : none;
	color : #70AA70;
}

#puzM {
	font-family : Arial;
	font-size : 12px;
	background-image : url(puzzM.png);
	background-repeat : no-repeat;
	text-align : center;
}

#puzU {
	font-family : Arial;
	font-size : 12px;
	background-image : url(puzzU.png);
	background-repeat : no-repeat;
	text-align : center;
}

#puzT {
	font-family : Arial;
	font-size : 12px;
	background-image : url(puzzT.png);
	background-repeat : no-repeat;
	text-align : center;
}

#puzX {
	font-family : Arial;
	font-size : 12px;
	background-image : url(puzzX.png);
	background-repeat : no-repeat;
	text-align : center;
}

A {
	text-decoration : none;
}

