body {
   background: white;
   font-size: 1em;
   color: black;
   }

#siteContainer {
	width: 96%;
	margin: 2%;
}

#languageSelection, #phoneNumber, #mainNavigationContainer, #columnLeft, #columnRight, #suboptionMenu, #reqMoreInfo, #bottomControlsContainer, #footer {
   display: none;
   }
   
#header {
	background: none;
	width: auto;
	height: auto;
}

h1.accessibility {
	display: block;
	font-size: 1.5em;
	font-family: "Trebuchet MS", sans-serif;
}

h3 {
	background: white;
	color: black;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%
}

#contentArea {
	background: white;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#price {
	width: 100%
}

#location, #carHire, #usefulInfo {
	width: 33%;
	margin: 0 1px;
}

#contentArea h5, #price caption, #location caption, #usefulInfo caption {
	background-color: #ccc;
	background-image: none;
	color: black;
}

#carHire p {
	color: black;
}

#carHire a {
   color: blue;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
  
a {
   color: blue;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
