BODY {
	background-attachment: fixed;
}

.title {
	font-size: 22pt;
	font-weight: 400;
	font-style: normal;
	font-family: "Times New Roman","Times",serif;
	color: #BBBBAA;
}

.menu {
	font-size: 12pt;
	font-weight: 800;
	font-style: bold;
	font-family: "verdana", "arial", "helvetica", sans-serif;
	color: #FFFFFF;
}

.message {
	font-size: 8pt;
	font-weight: 400;
	font-style: normal;
	font-family: "verdana", "arial", "helvetica", sans-serif;
	color: #FFFFD0;
}

.mainText {
	font-size: 14pt;
	font-weight: 400;
	font-style: normal;
	font-family: "Times New Roman","Times",serif;
	color: #DDDDBB;
}

#isletLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 184px;
	height: 147px;
	z-index: 2;
	visibility: hidden;
}

#guruLayer {
	position: absolute;
	left: 100px;
	top: 49px;
	width: 71px;
	height: 78px;
	z-index: 3;
	visibility: hidden;
}

A:link {
	color: #0000FF;
	text-decoration:none;
}

A:visited {
	text-decoration:none;
}

A:active {
	text-decoration:none;
}