body {
	background-color: #FFFFFF;
	background-image: url(cd_media/cd_back.png);
	background-repeat: repeat-y;
	background-position: left;
	font-family: "Times New Roman", Times, serif;
	color: #0000FF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
}
a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0066FF;
}
a:hover {
	background: #0066FF;
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #0066FF;
}
.bold {
	font-weight: bold;
}
.capital {
	font-size: 120%;
	font-weight: bolder;
}
.superscript {
	font-size: 55%;
}
.bolditalics {
	font-weight: bolder;
	font-style: italic;
	font-size: 120%;
}
.green {
	color: #008000;
}
.prettyblue {
	color: #0066FF;
}
.warning {
	color: #FF0000;
	font-weight: bold;
}

/* Introduction elements */
img#logo {
	margin: 0;
	padding: 0;
}
p#intro {
	margin: 0 10px 10px 30px;
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 90%;
}
#begin {
	margin: 10px 8em 0 10px;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
p#contents {
	background-color: #D5D5FF;
	margin: 10px;
	padding: 5px 10px;
	width: 16em;
	font-size: 80%;
	color: #000066;
	border-top: 8px solid #7B93F2;
	border-right: 2px solid #7B93F2;
	border-bottom: 2px solid #7B93F2;
	border-left: 2px solid #7B93F2;
}
table#intro {
	width: 100%;
}
.contents {
	font-weight: bold;
	font-size: 120%;
	font-style: italic;
	letter-spacing: 0.3em;
}
.noframe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	text-align: center;
}

/* Body elements - Header */
img#floater {
	width: 143;
	height: 100;
	float: left;
}
table#contentintro {
	width: 580px;
	margin-top: 25px;
}
table#contentintro div {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #000099;
}
table#contentintro #header1 {
	padding-left: 153px;
	font-size: 150%;
}
table#contentintro #header2 {
	padding-left: 153px;
	font-size: 120%;
}

/* Body elements - Content */
img#gamebanners {
	width: 256;
	height: 96;
	margin: 0 10px 0 10px;
	border: 2px solid #0000FF;
}
table#contentintro p {
	margin: 0;
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 90%;
}
table#contentintro p#floaterwrap {
	margin-left: 150px;
}
table#contentintro p#squishy {
	margin-left: 150px;
	padding-bottom: 0;
}
table#contentintro p#firstpara {
	margin-top: 10px;
}
table#contentintro p#links {
	margin-left: 150px;
	font-size: 105%;
	font-family: Arial, Helvetica, sans-serif;
}
table#contentintro p#links-b {
	margin-left: 150px;
	font-size: 105%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
}

/* Body elements - Footer */
#horizonline {
	border-top: 5px solid #0000FF;
	margin: 5px 0 10px 0;
}
#backtotop {
	border-bottom: 5px solid #0000FF;
	margin-top: 3em;
	padding-bottom: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	text-align: center;
}
#backtotop2 {
	border-bottom: 5px solid #0000FF;
	margin-top: 10px;
	padding-bottom: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	text-align: center;
}
p#links-bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Auctions table elements */
table#auctionchart {
	background-color: #FFFFFF;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	border: 1px solid #9F9FFF;
}
table#auctionchart tr#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	letter-spacing: 0.1em;
}
table#auctionchart td {
	border: 1px solid #9F9FFF;
	padding: 3px;
}