body {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(images/background_atitlan_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	list-style-position: inside;
	list-style-type: circle;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	text-decoration: none;
	color: #FFFF00;
}

a:hover {
	text-decoration: underline;
}