
body 	{ 
	   font-family	: sans-serif ;
	     font-size	: 1.2em ;
	  word-spacing	: .05em ;
	}

h1 	{     font-size	: 2em ;
	   font-weight	: normal ;
	}

h2 	{    font-size	: 1.5em ;
	   font-weight	: normal ;
	}

p 	{   font-size	: 1.2em ;
	   font-weight	: normal ;	
	}

.centerpix
	{    text-align	: center ;
		  clear	: both ;
	   border-width	: none ;
		margin	: none ;
		padding	: none ;
		width	: 100% ;
	}

.leftBOX	{
		float		: left ;
		width		: 25% ; 
				}


.rightBOX	{
		float		: right ;
		width		: 60%; 
		min-width	: 350px;
		}
