@charset "UTF-8";
/* CSS Document */


.attractions {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	padding: 5px;
	width: 90%;
	}
	.attractions a:link{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 17px;
	width: 80%;
	background-image: url(page-images/spade.jpg);
	background-repeat: repeat-y;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	}
.attractions a:hover{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFCC00;
	background-image: url(page-images/club.jpg);
	background-repeat: repeat-y;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-top-style: dotted;
		}
.attractions a:visited{
	color:#FFCC00;
	background-image: url(page-images/spade.jpg);
	background-repeat: repeat-y;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-top-style: dotted;	
}