/* Stocking Surprise */

body {
	background: url(/images/ss_01.gif) repeat-x top #fafafa;
	margin: 0;
	text-align: center;
	color: #000;
	font: 75% Arial, Helvetica, sans-serif;
}
.sub_head {
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
.footer {
	font-size: 0.8em;
	color: #fff;
	text-align: center;
	margin-top: 36px;
	margin-right: 14px;
}
.thumb {
	border: 1px solid #fff;
	margin: 2px;
}
.toplist td {
	font-size: 11px;
	line-height: 16px;
}

a:link {
	color: #1f597f;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1f597f;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #1f597f;
}
.page { padding: 10px 0 10px 0; }
.page a:link, .page a:visited {
	background: #8bd0fb;
	color: #000;
	border: 1px solid #fff;
	padding: 4px 6px;
	margin: 4px 1px;
	text-decoration: none;
}
.page a:hover {	
	color: #fff;
	background: #1f597f;
}
