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

#top
{
	background-color: rgb(255, 178, 44);
	color: black;
	height: 377px;
	
}

#middle
{
	
	color: black;
	display: none
}

#makeAChoice
{
	display: none;
}

#vacationImage
{
	float: left;
}

#buttonSet
{
	float: left;
	margin-top: 150px;
}

#firstChoice
{
	background-color: rgb(255, 71, 45);
	font-family: brush script mt;
	font-size: 300%;
}

#baffin
{
	background-color: rgb(169, 206, 252);
	font-family: brush script mt;
	font-size: 200%;
}

#bermuda
{
	background-color: rgb(245, 255, 68);
	font-family: brush script mt;
	font-size: 200%;
}

#islandPicture
{
	float: right;
	margin-left: 20px;
}


	
#middleText
{
	font-family: helvetica;
}

#printVersion
{
    margin-top: 50px; 
    font-style: italic; 
    font-size: smaller;
    cursor: pointer;
}