<style type="text/css">

/* Body and paragraph text */

	body, p {
		font-family: Georgia;
		font-size: 8pt;
		line-height: 16px;
		text-align: center;
		}

/* Body background */

	body {
		background: #DFABA1;
		}

/* Contains the entire cards area */

	#cardscontainer {
		width: 425px;
		margin: auto;
		background: #FFFFFF;
		padding: 10px;
		}

/* Title that appears above each card section */

	.sectiontitle {
		font-family: Georgia;
		color: #924848;
		font-weight: bold;
		font-size: 10pt;
		text-transform: capitalize;
		letter-spacing: 3px;
		border-bottom: 1px dotted #DFABA1;
		text-align: left;
		padding-top: 25px;
		}

/* Title above each collecting set */

	.settitle {
		text-align: center;
		font-weight: normal;
		margin-bottom: -15px;
		padding-top: 15px;
		}

/* Cards in a card section */

	.cardsection {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 20px;
		padding-bottom: 10px;
		text-align: center;
		}

/* Mastered sets/badges & text displayed when there are no cards */

	.displaytext {
		text-align: center;
		padding: 10px;
		padding-top: 20px;
		}

</style>
