.Example1 {
	color: Green;
	font-size: 18px;
	font-family: Tahoma;
}

.Example2 {
	color: Red;
	font-size: 18px;
	font-family: Arial Narrow;
}

.Example3 {
	color: Blue;
	font-size: 18px;
	font-family: Arial Narrow;
	font-style: italic;
}

/*
 * User should choose this for tables added from Word,
 * If they don't want to see padding around 'P' tags
 * in modern browser versions.
 */
.nomarginwordtable {
}

H3 {
	font-size: 16px;
	font-family: Verdana;
	color: #004994;
}