 /* GoldstarMagic Style Sheet */
 /* Market Experts, Incorporated */
 /* 2003 -- Tony MacFarlane, Web Developer */

	body {	/* Basic Page Setup */
	font-family : Verdana, Arial, Helvetica, sans-serif;

}
	p {		/* color for paragraph text */
	color : #1236ff;

}
	.red {	/* color for emphasized text */
	color : #ff1728;

}
	h1, h2, h3 {
	font-family : "Comic Sans MS", fantasy, sans-serif;
	color: #ff1728;
}
	.small {	/* Small text for Order Form */
	font-size : 0.75em;
	color : #1236ff;

}
	.pageEnd {	/* Forces page preaks for printing */
	page-break-after : always;

}
