@charset "UTF-8";/*
Filename	how-to-securities_pt1.css
Held in		style/2014
Use in		how-to-securities_{p1}.html
Updated
  2022
		Jul 12	- some rules were moved to "how-to-securities_common.css"
				09	c [copied from how-to-donate-via-canadahelps.css]
*/
/* Rules for specific elements */
a.highlight {color:blue}

/* Rules for unique objects */
#table1 {
	font-family:Calibri,Arial,Helvetica,Verdana,sans-serif;
	margin:0.5em 0 0 1em;
	}
#table1 tr td:first-child {width:14em}
#table1 tr td {padding:0.33em 0}
#endNote {
	font-size:0.85em;
	margin-left:1em;
	text-indent:-1em;
	padding-top:0.5em;
	}

/* Rules for multiple instances of any element */
.instructions {
	margin:0.75em 0 0.75em 1em;
	line-height:133%;
	font-style: italic;
	}

@media print {
	a.highlight {color:black}
}
