/* fot-section-films.css 
 * This stylesheet is loaded *in addition to*
 * the main fot.css stylesheet.
 * This is for the special cases for this site section -
 * mainly, so far, the font.
*/

/* *** { Standard Stuff: *** */
/* defined in main stylesheet 
   these are diffs only. */
body {
  font-family: helvetica, arial, lucida, sans-serif;
}
p, td, th, ul, ol, li, dt, dt, dd  {
  font-family: helvetica, arial, lucida, sans-serif;
}
li  {
  font-family: helvetica, arial, lucida, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: helvetica, arial, lucida, sans-serif;
}

h2 {
  color:       red; 
  font-size:   1em;
  font-weight: bold;
  line-height: 1.3em;
}
span.inh2 {
  color: #000000;
  font-weight: normal
}

h3 {
  font-size: 1em;
  font-family: times, serif;
  border-top: 1px dashed #000000;
  padding-top:  .5em;
}


/* *** { Messages: *** */
/* defined in main stylesheet */

/* *** { Popup help: *** */
/* defined in main stylesheet */

/* *** { Forms: *** */
/* defined in main stylesheet */

/* *** { Page parts: *** */
/* defined in main stylesheet */

p.film {
  margin-top:    2em;
  margin-bottom: .5em;
}
a.film-link {
  font-weight:     bold;
  text-decoration: none;
}
p.desc {
  font-family: helvetica, arial, lucida, sans-serif;
  font-size:   80%;
  width:       50%;
  margin-top:  0em;
}

/* EOF */

