BODY {
	background-repeat: repeat-y;
	background-position: center;
	background-color: #E7E7EF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bgd.jpg);
}

.stylesheet {
	font-family: tahoma;
	font-size: 11px;
	line-height: 25px;
	color: #333333;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #3399ff;
}
a:active {
	text-decoration: none;
	color: #000000;
}
