/* CSS Document */
*{
/* Block all browser default margins and padding */
  margin:0;
  padding:0;
}
body{
  background-color: #fff; 
  font-family: Arial, Helvetica, sans-serif;
}


#headertitles{
font-size: 16px;
color: 000;
font-weight:bold;
}
/* wrapper for lodgings page */
#lodgings {
font-size: 14px;
color:000;
margin: 20px 20px;
}

#lodgingstitle {
font-weight:bold;
font-size:15px;
color:000;

}
/* Unvisited and visited links in branding bar */
#lodgings a:link {
  color:#016689;
  text-decoration:none;
  font-weight: bold;
}

#lodgings a:visited {
   text-decoration:none;
}

#lodgings a:hover {
  color:#f00;
  text-decoration:underline;
}


#lodgingssmall {
font-size:10px;
color:000;
font-weight:normal;
}




