.rand {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.randCopy {
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-size: 24px;
	
}

.randCopy a:link {
	text-decoration: underline;
font-size: 16px;
	color: #CCCCCC;}
.randCopy a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
.randCopy a:hover {
	text-decoration: none;
	color: #FFFF00;
}
.randCopy a:active {
	text-decoration: underline;
	color: #CCCCCC;
}