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

<!--
body {
	background-image: url(http://www.veranobeachvilla.com/images/bg2.jpg);
	margin-top: 0px;
	background-repeat:repeat-x;
	background-position:center;
	background-color: #fff;
	background-position:top;
}
    .head {color:black; 
	font-family:Tahoma; 
	font-size: 13px;
	font-weight:bold; 
}
	.contact {color:#666; 
	font-family:Georgia; 
	font-size: 13px;
	font-weight:normal; 
}
	.room {color:#666; 
	font-family:Georgia; 
	font-size: 13px;
	font-weight:normal; 
}
	.local {color:#666; 
	font-family:Georgia; 
	font-size: 12px;
	font-weight:normal; 
}
	.main {color:#666; 
	font-family:Georgia; 
	font-size: 13px;
	font-weight:normal; 
}
	.term {color:#666; 
	font-family:Georgia; 
	font-size: 11px;
	font-weight:normal; 
}
    .conditions {color:#666; 
	font-family:Tahoma; 
	font-size: 11px;
	font-weight:normal; 
}


  /* Link */
  
.room a:link {color: #666; text-decoration: none}
.room a:visited {color: #666; text-decoration: none}
.room a:hover {color: #666; text-decoration: underline}
.room a:active {color: #666; text-decoration: none}

.local a:link {color: #666; text-decoration: none}
.local a:visited {color: #666; text-decoration: none}
.local a:hover {color: #666; text-decoration: underline}
.local a:active {color: #666; text-decoration: none}
-->