/* make all body text black 12 point verdana or arial
 with 14 point vertical spacing between lines of text.
 margins l and r should be 10pt. default bg is purple */
 
 body 	{
	background-color: #660066;
	

}
 
		font-size: 10pt;
 		font-family: "arial, helvetica, sans-serif";
		margin-left: 10pt;
		margin-right: 10pt;
		color: black;}
		/* main heading will be 12 pt verdana or arial and will be bold and black*/
		
h1 	
		/*{margin-left: 2pt;
	margin-right: 2pt;}*/
	{font: normal 12pt/normal Arial, Helvetica, sans-serif;
	margin-top: auto;
	margin-bottom: auto;}

		
		/* secondary heading for side panels will be 12 pt arial and will be bold and black*/
		
h2		{margin-left: 2pt;
		margin-right: 2pt; font: 12pt, arial, helvetica, sans-serif;
		font-weight: bold;}
		
		/*indent paragraph text*/
		
p		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	text-indent: 0pt;
	vertical-align: text-top;
	word-spacing: normal;
	white-space: normal;
	padding: 4px;
	margin: 4pt;


}
	
		
a {
	font: 10pt arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
}
a:link {
	color: 990099;
	margin: 2px;
	padding: 2px;
}
a:visited {color: 990099;}
a:active {color: black;}

a.download {
	font:normal 8pt/4px arial, helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	word-spacing: normal;
	white-space: normal;
	letter-spacing: normal;
	padding: 0px;	}
	
a:rightgood_link {
		color: FFFFFF; }
								

