/* keep this rule first because of its reference in Javascript */
div.clipit {
	background-color: #f6f6f6;
	position: absolute;
	margin: 0px auto;
	padding: 0px;
	font-size: 14px;
	height: auto;
	width: 250px;
	font-weight: 200;
	clip: rect(0px 250px 19px 0px); /* start visible */
/* 	clip: rect(0px 250px 0px 0px);  start hidden */
}
div.bigwrapper {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 5px;
}
div.wrap {
	position: relative;
	top: 0px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 19px;
}
a.sponsor:link{color: black; font-weight: 200; text-decoration: underline}
a.sponsor:visited{color: black; font-weight: 200; text-decoration: underline}
a.sponsor:hover{color: #990000; font-weight: 200; text-decoration:underline}
a.sponsor:active{color: black; font-weight: 200; text-decoration: underline}
