/*
  Style Sheet for the MathRec web site.
  www.mathrec.org
*/

body {
  color: black; 
  background: white; 
}

h2 {
  text-align: center;
}

.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;
}
