/* Print Styles For the Savoy Hotels ****************************************************************************************************/

/* hide the divs that are not needed */
#header , #headerLinks, #secNav, #menu{
	display: none;
}
#footer {
	display:none;
}
#mainNav {
	display: none;
}
#quickLinks {
	display: none;
}

#logo {
	display: inline-block;
}
#bookOnline {
	display: none;
}
#copyrights {
	display: none;
}
/* Hide the images*/
img {
	display: none;
}
/* Set the default color of the text to black */
body {
	color: #000;
	font-size: 1em;
}
/* For optimal legibility change the links to black */
p a {color: #000}

/* Show the URL after each link, whereby internal links are preceeded by the site's URL */
p a:after {
	content: " (http://www.cubanesc.com/" attr(href) ")";
	font-size: 80%;
	word-wrap: break-word;
}
