A.link {
  font-size: 8pt;
  color: purple;
  font-family: Arial;
  text-decoration: none;
}

A.link:hover {
  color: #A4d212;
}

BODY {
  color: #404040;
  font-family: Arial;
}

P {
  font-size: 10pt;
}


h1 {
	font-size: 14pt;
	color: #71920C;
	text-decoration: underline overline;
	font-family : Georgia;
	font-style : oblique;
	}

h3 {
	font-size: 11pt;
	color: #71920C;
	text-decoration: underline;
	letter-spacing : 4px;
}


h1 EM {
  color: red;
}


UL LI {
  font-size: 9pt;
  color: gray;
}

U {
  color: #000099;
  font-weight: bold;
}


CITE {
  font-size: 8pt;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #611572;
}
.small {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

