@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size:12px;
	line-height:14px;
	color: 7AA9BB;
	
	
	
	
}

.islandvilla	{
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7AA9BB;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	}

a{
	color:#7AA9BB;
	text-decoration:underline;
	font-weight:bold;
	
}

a:hover{
color:#A43B66;
}

.villamanagement {
padding:5x;
}
.holding	{
	border:#000;
	border-width:1px;
}
	
