@charset "utf-8";
body {
	background-image: url(images/Background%20-%20Paw.png);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	color: #6600CC;
}
.highlight {
	color: #6600CC;
}
.paragraphHeading {
	font-size: x-large;
	font-weight: bold;
	color: #6600CC;
}

.heading_links {
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.heading_linksSelected {
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.yellowBackground {
	background-color: #FFFF00;
}

