/* CSS Document */
img.right 
	{
	float:right;
	border:0;
	padding:7px;
	}
img.left
	{
	float:left;
	border:0;
	padding:7px;
	}
p
	{
	text-align:justify;
	font-size:1em;	
	}
h1
	{
	font-size:1.5em;
	}
h2
	{
	font-size:1.2em;
	}

