.stylesheet {
	font-family: tahoma;
	font-size: 11px;
	line-height: 25px;
	color: #333333;
	text-decoration: none;
}

.linky {
	font-family: Tahoma;
	font-size: 12px;
	background-color:#1356A5;
	color: #FFFFFF;
	padding: 8px;
	float: centre;
	text-decoration: none;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}
.linky:hover{
	background-color:#363231;
	color: #FFFFFF;
	text-decoration: blink;
	}
