body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/YarnBG-75.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0px top;
}
a:link {
	font-weight: bold;
	color: #0000CC;
}
a:visited {
	font-weight: bold;
	color: #660066;
}
a:hover {
	font-weight: bold;
	color: #0000CC;
	background-color: #FFFF66;
	text-decoration: underline overline;
}
a:active {
	font-weight: bold;
	color: #660066;
	text-decoration: underline overline;
	background-color: #FFFFFF;
}
h1 {
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: x-large;
	font-weight: bold;
	color: #336666;
}
.pgtitle {
	font-size: x-large;
	text-transform: capitalize;
	color: #006600;
	font-weight: bold;
}

