.stylesheet {
	font-family: tahoma;
	font-size: 11px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
}

.linky {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	float: none;
	text-decoration: none;
	height: 15px;
	font-weight: bold;
}
.linky:hover{
	background-color:#FEDAF4;
	color: #6A0048;
	text-decoration: blink;
	font-weight: bold;
}
