/* Style sheet for the www.huntvale.info website created in partial requirements for LIS 753-98 */

/* This style sheet was designed by Valeria Hunter for exercises07.html */


/* The background color of green grass is used to evoke a feeling of the luscious golf greens surrounding the destination locations. */


body {

	background-color: #2EBA27;

	font-family: Calibri, Tahoma, Verdana, sans-serif;

	font-size: 110%;

}


h1 {

	font-size: 200%;

	text-align: left;

	line-height: 0.5;

}


h2 {

	font-size: 150%;

	text-align: left;

	margin-bottom: 0px;

}


h3 {

	font-size: 125%;

	text-align: left;

	margin-bottom: 0px;
}


p {
	margin: 0px;
}


.location {

	font-weight: bold;
}


.entity	{
	font-style: italic;
}
#destinations {
	font-size: 100%;
}



/* The dayspa div id, used once, for the enhanced box. */



#dayspa	{

	font-family: Times, Palomino, serif;
	font-size: medium;
	line-height: 1;
	text-align: center;
	background: white url(images/relax.png) no-repeat bottom center;
	padding: 20px 20px 20px 20px;
	margin: 40px 40px 40px 40px;
 	border: #2EBA27 5px dashed;
	width: 250px;
	height: 500px;
	float: right;
}


#dayspa h2 {
	text-align: center;
}

#footer	{

	font-family: Times, Palomino, serif;

	font-size: 60%;

	font-style: italic;

	text-align: right;

}

a:link {
color: white;
}

a:visited {
color: black;
}

a:hover {
background-color: gray;
}


