/*
  Style Sheet for Steve Schaefer's MCC web site.
  www.miracosta.edu/home/sschaefer/
*/

body {
  color: #000066;
  background: white;
  font-family: arial, helvetica, sans-serif; 
}

a:link {
  color: #993300;
}

a:visited {
  color: #ee8855;
}

a:hover {
  color: #3c6f80;
}

.equation {
  text-align: center;
  font-family: times, serif;
}

.symbol {
  font-family: symbol;
}

.delimiter {
  font-family: abadi mt condensed light, helmetcondensed, century gothic, nimbus roman no9 l, utopia, nimbus sans l, lucidux serif, serif; 
  font-weight: 100; 
  font-size: 400%; 
}

.sum { 
  font-size: 300%; 
}

address img {float: right}
address {
  padding-top: .5em;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: .5em;
  margin-top:  3em;
  border-top: 1px solid black;
  background-color: #eee;
  clear: both;
}
