/* CSS Document */

.scenic_list {	font-family: Tahoma;	font-size: 14px;}

.scenic_list a {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

.scenic_list a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	background:#FF6633;
}