h1{
	font-size:22px;
	font-weight:bold;
}

h2{
	font-size:14px;
	font-weight:bold;
	color:#003366;
}

body{
	margin-top:3px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	font-family:"Segoe UI";
	font-face:Segoe UI;
	background:url(./images/background02.jpg) #4CCBD4 no-repeat top right;
}

#rates{
		background:url(./images/background01.jpg) #4CCBD4 no-repeat top right;
}

#rooms{
		background:url(./images/background03.jpg) #4CCBD4 no-repeat top right;
}

#home{
		background:url(./images/background04.jpg) #4CCBD4 no-repeat top right;
}

A.white:link,A.white:visited{
	color:white;
	text-decoration:underline;
	font-size:13px;
}

A.white:hover{
	color:white;
	text-decoration:none;
	font-size:13px;
}

A.black:link,A.black:visited{
	color:black;
	text-decoration:underline;
	font-size:13px;
}

A.black:hover{
	color:black;
	text-decoration:none;
	font-size:13px;
}