/* CSS Document */

table#StoreLinks {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 100%;
	border: 0;
	cellpadding: 0;
}

table#StoreLinks td a {
	color: #780063;
	background: none;
	text-decoration:none;
}

table#StoreLinks td a:hover {
	color: #ffffcc;
	text-decoration:none;
	background: #630063;
}


