/*BODY STYLES*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #55636C;
	width: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/puzz/back.png);
	background-repeat: repeat-x;
}
a:link {
	color: #55636C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #61727C;
}
a:hover {
	text-decoration: underline;
	color: #0088D5;
}
a:active {
	text-decoration: none;
	color: #3DC2FF;
}

/*CONTENT STYLES*/
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

