HTML {
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
}
H1 {
  font-size: 60px;
  font-weight: bold;
  font-family: 'Arial Black';
  margin-bottom: 20px;
}
H1 SMALL {
  display: block;
  font-size: 25px;
}
H2 {
  font-size: 23px;
}
H3 {
  margin-bottom: 2px;
}

BODY {
/*	max-width: 800px;
	min-width: 500px;*/
	width: 840px;
	margin: auto;
}
P.introduction {
  font-style: italic;
  padding-bottom: 10px;
}

P {
  margin-bottom: 2px; 
}

A {
	color: darkblue;
}
A:hover{
	color: red;
}
P { text-align: justify; margin-top:0; }
H2 { margin-bottom:0; }
UL {margin-top:0; padding-bottom: 3px;}
IMG {display:block; margin: auto; margin-top: 1em; margin-bottom: 1em;}
IMG.leftImage { float:right; margin-left:20px; }

DIV.image_group P, DIV.centeredImage P {
  font-style: italic;
  clear: both;
  text-align: center;
}
DIV.image_group IMG {
	display: inline;
}

