/*
 * Common style elements for mapc JudComm Web site
 * $Id: common.css 1998/08/27  btsawyer$
 *
 * Rev: 2000/07/15
*/

body {
  background: #F0F0E0; /*240 240 224*/
  color: #000000;
  font-family: Arial, Helvetica, Sans; 
}
A:link {
  color: #AA0000;
}
A:visited {
  color: #440000;
}
A:active {
  color: #440000;
}
P{
  font-family: Times, Serif; 
  text-align: left;
}

.emph{
  font-weight: bold;
}

H1, H2, H3, H4, H5, H6 {
  font-family: Arial, Helvetica, Sans; 
  font-weight: normal; 
  font-style: normal;
  text-align: center;
}
H1  { font-size: 1.72em}
H2  { font-size: 1.48em}
H3  { font-size: 1.24em}
H4  { font-size: 1.12em}
H5  { font-size: 0.88em}
H6  { font-size: 0.76em}
