h2 {
}
h3@{
	margin-left: 2em;
}
.smallText {
	font-size:9pt;
	color:green;
}
.smallTextIndent {
	margin-left:60pt;
	margin-right:60pt;
	font-size:9pt;
	color:blue;
}

A:LINK { text-decoration : none ; color : blue  }
A:VISITED { text-decoration : none ; purple :  }
A:ACTIVE  { text-decoration : underline ; red :  }
A:HOVER   { text-decoration : underline ; color : #FF0000 }