#MOUSEOVERS {
	position: absolute;
	top: 280px;
	left: 440px;
	shape: rect;
	height: 120px;
	width: 240px;
	z-index: 1;	
}

#MOUSEOVERS TD {
	font-size: 70%;
}

.USERIMG {
	border: 1px solid #EFEFEF;
	width: 200px;
	height: 115px;
	margin-bottom: 5px;
}

#MOUSEOVER TD {
	font-size: 120%;
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #606060;
}

#MOUSEOVER A:LINK {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #606060;
	text-decoration: underline;
	letter-spacing: 1px;
}

#MOUSEOVER A:VISITED {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: #606060;
	text-decoration: underline;
	letter-spacing: 1px;	
}

#MOUSEOVER A:HOVER {
	color: #C72139;
}

#MOUSEOVER A:ACTIVE {
	color: #C72139;
}