h1, h2, h3, h4 {font-variant:small-caps}

.pixleft, .pixright
{
 position:relative;
 margin-bottom: 5ex;
/* border:2px solid green; */
 width: 48%; 
 text-align:center;
 
}
.pixleft
{clear:both;
 float:left;
 left:0px;
}
.pixright
{ right:0px;
  float:right;
}
.content p
{ text-indent: 2ex;}


.content img
{
 margin-left: 6px;
 margin-right: 6px;
 border: 3px double #9900ff;
 
}

.pixleft img, .pixright img
   { hspace:2ex;
	   vspace:1em;
		 
		 margin: 6px;
		 border: 3px inset #9900ff;
/*		 width: 260;*/ 
		 width:98%;
	}
.pixleft img
{
/* float:left; */ 
 align:left;}
.pixright img
{
/* float:right;*/ 
 align:right;}
