				p	{
					font-family: Arial;
					font-size: 10pt;
					}
				.h1	{
					font-size: 14pt;
					font-weight: bold;
					}
				.h2	{
					font-size: 12pt;
					font-weight: bold;
					}
				.h3	{
					font-size: 10pt;
					font-weight: bold;
					}	
			a:link	{
					color : #3060A8;
				 	text-decoration : none;
 					}
 		a:visited	{
				 	color : #3060A8;
				 	text-decoration : none;
 					}
 		a:active	{
				 	color : #3060A8;
				 	text-decoration : none;
 					}
 			a:hover {
				 	color : #3060A8;
				 	text-decoration : underline;
 					}
			body	{
					background-color : #FFFFFF;
					}