/* typography css for FCC Naperville */

body {
  font-family: Tahoma,Arial,Helvetica,san-serif;
  font-size: 10pt;
}

p {
  line-height: 1.35;
}

#header h1 {
  font-size: 1.4em;
  color: #006225;
}

#header h2 {
  font-size: 1.2em;
  color: #5b1400;
  padding-bottom: 0.5em;
}

#header h2 a {
  color: #5b1400;
  text-decoration: none;
}

#header h2 a:hover {
  text-decoration: underline;
  font-style: italic;
}

#header h3 {
  font-size: 1em;
  color: #006225;
}

#content {
  color: #5b1500;
  color: rgb(91,20,0);
}
#content h1 {
  font-size: 1.5em;
}

#content h2 {
  font-size: 1.25em;
}

#content h3 {
  font-size: 1.1em;
  font-weight: bold;
}

#content a {
  color: #006225;
  font-weight: bold;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

dl.navblock dt {
  font-size: 1.1em;
  color: #006225;
}

dl.navblock dd {
  color: #65251c;
}

dl.navblock dt {
  font-size: 1.1em;
  color: #006225;
}

dl.navblock dt > a {
  color: #006225;
  font-weight: bold;
  text-decoration: none;
}

dl.navblock dd > a {
  color: #B18064;
  text-decoration: none;
}

dl.navblock a:hover {
  text-decoration: underline;
}

#footer {
  font-size: 0.8em;
  color: #006225;
  text-align: center;
}

#footer a {
  color: #ecf4d8;
  text-decoration: none;
}

#footer a:hover {
  color: #dcebb6;
  text-decoration: underline;
}


