@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #CC9966;
}
a.normal:link {
	font-weight:bold;
	color: #996600;
	text-decoration: underline;
}

a.normal:visited {
	font-weight:bold;
	color: #996600;
	text-decoration: underline;
}
a.normal:hover {
	font-weight:bold;
	color: #FF9933;
	text-decoration: underline;
}


.stitch {
	background-image: url(graphics/stitch.jpg);
	background-repeat: repeat-y;
}
.stitchRight {
	background-image: url(graphics/stitchLeft.jpg);
	background-repeat: repeat-y;
}
