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

body {
  color: #000066;
  background: white; 
  text="#000066" link="#993300" vlink="#993300" alink="#33CCFF";
  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal;

}

a:link {
  color: #872D00;
}

a:visited {
  color: #AB3900;
}

a:hover {
  color: #3c6f80;
}

h2 {
  text-align: center;
}

.equation {
  text-align: center;
}

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

