<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: "bg.jpg";
		}

/* Contains the entire cards area */

	#cardscontainer {
                background: "bg.jpg";
		width: 528px;
		margin: auto;
		padding: 10px;
		}

/* Title that appears above each card section */

	.sectiontitle {
font-family: georgia; 
font-size: 12px; 
color: #0D3D7D; 
background-color: none; 
border: #0D3D7D; 
border-style: solid; 
border-left-width: 1px; 
border-right-width: 1px; 
border-top-width: 1px; 
border-bottom-width: 1px; 
text-align:center; 
background-repeat: no-repeat;  
font-weight: bold;
		}

/* 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;
		}


<!--
body {
scrollbar-arrow-color: #547E85;
scrollbar-base-color: #DBE9E7;
scrollbar-face-color: #DBE9E7;
scrollbar-highlight-color: #547E85;
scrollbar-shadow-color: #547E85;
scrollbar-3dlight-color: #DBE9E7;
scrollbar-track-color: #DBE9E7;
scrollbar-darkshadow-color: #DBE9E7;
}

.head { 
font-family: georgia; 
font-size: 12px; 
color: #0D3D7D; 
background-color: none; 
border: #0D3D7D; 
border-style: solid; 
border-left-width: 1px; 
border-right-width: 1px; 
border-top-width: 1px; 
border-bottom-width: 1px; 
text-align:center; 
background-repeat: no-repeat;  
font-weight: bold;
}

A
{
	height: 1px;
	color: #82C1CB;
	text-decoration: none;
	font-weight: bold;
	cursor: crosshair;
	behavior: url(index.htc);
	filter:progid:DXImageTransform.Microsoft.randomdissolve(duration=0.4)
}
A:visited
{color:#82C1CB;text-decoration:nonee; cursor: crosshair; font-weight: bold;}
A:active
{color:#82C1CB;text-decoration:none; cursor: crosshair; font-weight: bold;}
A:hover
{color:#197382;text-decoration: none; cursor:crosshair; font-weight: bold;}

body 
{background-image:url(bg.jpg);
background-color: #DBE9E7;
background-attachment: scroll;
background-repeat: repeat-y;
background-position: left;
font-family: georgia; 
color: #547E85; 
letter-spacing: 0px; 
font-weight: normal; 
font-size: 11px;
cursor: default;}
--> 

</style>