body {
  margin: 0;
  padding: 0;
  padding-right: 100px;
  font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif; 
  font-size: 75%;
  line-height: 150%;
  text-align: left;
  color: #000;
  background: #fff;
  }

h1 {
display: none;
}

ul, li {
  line-height: 120%;
}

.post-title {
  font-weight: bold;
  font-size: 150%;
  line-height: 300%;
  color: #f90;
}

h2, .title {
  color: #F90;
  font-size: 100%;
  font-weight: bold;
  line-height: 200%;
}

.trip-title {
  color: #090;
}

.itin {
  color: #090;
}

#sidebar {
  font-size: 100%;
}

.logo {
  text-align: left;
  left: 0px;
}

.dontprint {
  display: none;
}

#dontprint {
  display: none;
}

.overline {
  border-top: dashed 1px #f90;
  margin-top: 30px;
  padding-top: 10px;
}

#notes h3 {font-weight: bold; font-size: 100%; }
#notes h2 {font-weight: bold; color: #f90;  font-size: 100%;}
#notes h1 {
  font-weight: bold;
  font-size: 175%;
  color: #C00;
  }



