/* Sample Stylesheet */
body {
  color: black; 
  background-color: white; 
  font: 100% Helvetica, Arial, sans-serif;
}

/* spread main content across page */
h1 {

}

/* Navigation bar will be on the left hand
   side of the screen below the header */

h2 {

}

/* Logo will be in the header on the left */

h3 {
 
}

P.caption  { 
font-size: smaller; font-weight: bold
}

P.initial:first-letter { 
font-size: 400%; float: left 
}