body  {
	color : #333333;
	background-image : none;
	font-family : "Book Antiqua";
	width : 1000px;
	text-align: justify;
	font-size : large
}


h1  {
	font-family : "Book Antiqua", "Palatino Linotype";
	color : #333333;
	text-align : center;
	font-size : xx-large;
}

h2, h3, h4, h5, h6  {
	font-family : "Book Antiqua", "Palatino Linotype";
	color : #333333;
	text-align : center;
	font-size : larger;
}

#foobar {
	-moz-column-width: 15em;
	-moz-column-count:	2;
	-moz-column-gap:		2em;
	text-align:					justify;
}
#foobar::-moz-column-content
{
	border:				3px solid black;
	background:		#ddd;
	padding:			5px;
}
p  {
	font-family : "Book Antiqua", "Palatino Linotype";
	color : #333333;
	font-size : large;
}
li  {
	font-family : "Book Antiqua", "Palatino Linotype";
	color : #333333;
	font-size : large;
}

