body {
	color: #b0b0b0;
	background: #333333; /*#2b2b2b; though this is more desperately
affirmative*/
	font-family: sans-serif;
	font-size: 12px;
}

p {
	margin-left: 7px;
}

a:link {
	color: #2b2b2b;
}

a:visited {
	color: #876BB2;
}

a:active {
	color: #33CCFF;
}

.cpr {
	font-size: 10px;
	display:block;
	position:absolute;
/*	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	filter: 
progid:DXImageTransform.Microsoft.BasicImage(rotation=3);just playing 
here*/
}
