<style type="text/css">

/* Body and paragraph text */

	body, p {
		font-family: Verdana;
		font-size: 8pt;
		line-height: 16px;
		text-align: center;
		}

/* Body background */

	body {
		background: #1D4D72;
		}

/* Contains the entire cards area */

	#cardscontainer {
		width: 425px;
		margin: auto;
		background: #FFFFFF;
		padding: 5px;
		}

/* Title that appears above each card section */

	.sectiontitle {
		font-family: Tahoma;
		color: #000000;
		font-weight: bold;
		font-size: 10pt;
		text-transform: uppercase;
		letter-spacing: 3px;
		border-bottom: 1px solid #000000;
		text-align: left;
		padding-top: 25px;
		}

/* Title above each collecting set */

	.settitle {
		text-align: center;
		font-weight: bold;
		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: left;
		}

/* Mastered sets/badges & text displayed when there are no cards */

	.displaytext {
		text-align: center;
		padding: 10px;
		padding-top: 20px;
		}

</style>
