.gpaste a, .gpaste a:visited {
	color: blue;
	font-weight: bold;	
}
.gpaste .applet {
	clear: both;
	padding-top: 5px;
}
.gpaste .link_image {
	float: left;
}
.gpaste .link_image img {
	width: 25px;
	height: 25px;
}
.gpaste .link_label {
	float: left;
	line-height: 25px;
	margin-left: 5px;
	text-decoration: none;
}
.gpaste .link_label:hover {
	text-decoration: underline;
}