 
body {
  background: white;
  color: black;
}
 
#smallpic {
  float: left;
  border: none;
}
#smallpic2 {
  float: right;
  border: none;
}

#ccinfo {
  float: right;
  width: 100px; height: auto;
  font-size: smaller; text-align: right;
  border: none;
}

#quotes {
  font-style: italic;
  font-size: smaller;
  text-align: right;
}

.subtitle {
  font-style: italic;
}


h1, h2 { clear: both; }

a:link img { border: 0px none; }
a:active img { border: 0px none; }
a:visited img { border: 0px none; }

.thumbnail { 
  width: 150px;
  text-align: center;
  vertical-align: top;
}

.thntitle { 
  font-weight: bold;
}

