table.simple, table.simple_attractions {
	width:75%;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}

table.simple_attractions {
	width:100%;
	height:200px;
border-top: 10px solid #008aeb;
margin:0;
}

.row1 td {background-color:white;}
.row2 td {background-color: #f2f0f0;}

.simple th, .simple_attractions th {
	font-weight: bold;
	text-align: left;
	border-bottom: 8px solid black;
	letter-spacing: .05em;
	text-transform: uppercase;
	background-color: #f2f0f0;
	padding: 3px;
	color: black;
}

.simple td, .simple_attractions td {
	padding:3px;
	padding-bottom:8px;
	font-family:arial;
	font-size:12px;
	line-height:15px;
	border-bottom:1px dotted silver;
	vertical-align:top;
	text-align:left;
}
.simple td em, .simple_attractions td em {
	font-size: 11px;
	line-height:12px;
	color:black;
}

.simple td.blank, .simple_attractions td.blank {
	border-bottom:none;	
}
