.row a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #336699;
	height: 20px;
	width: 140px;
        cursor: hand;
}
.row a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #66CCCC;
	height: 20px;
	width: 140px;
        cursor: hand;
}
a:visited {

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #336699;
	height: 20px;
	width: 140px;
        cursor: hand;
}
