/* Style sheet for All */

	body {font-size: 12pt;
		  font-family: Arial, Times New Roman; }

	a{ text-decoration: None ;}
	a:link {color: blue;}
	a:visited {color: blue;}
	a:active {color: red;}
	a:hover {color: red;}
	
	p.justify { text-align: justify; }
		  
	h1 {font: 20pt Arial, Helvetica, Times New Roman;
			font-weight: bold; }
			
	h2 {font: 14pt Arial, Helvetica, Times New Roman;
		font-weight: bold; }
		
	h3 {font: 10pt Arial, Helvetica, Times New Roman;
		font-weight: bold; }
		
	h6 {font: 8pt Arial, Times New Roman;
		font-weight: bold; }


