/*Handout-GoodNews style sheet; 2013-02-15*/
/*Minimal reset */
* {
	outline: none; border:none}

/*Tag styling in order of occurence on the page*/
body { }
#wrap {
	max-width: 600px; min-width: 480px;
	width:90%;
	margin:20px auto;
	padding: 30px 20px 0 0;}

h1,h2,h3, p {font-family: Calibri, Verdana, Arial, sans-serif; font-weight:normal;}
h4 { font-family: Calibri, Verdana, Arial, sans-serif; font-weight:normal; }


#mapPal { width:400px; height:600px;}	

figcaption { font-style:italic;}
/* Styling below for case of text files only:*/
p#text {
	text-align: left;}
/*+++++++++++++++++++++++++++++++ */
h2, h3 {
	text-align:center;}
p , dd {
	text-align:justify;}
p, dl { 
	font-family: Calibri, Verdana, Arial, sans-serif;}
dt {
	font-weight:bold;}
p {
	font-size:110%;}
p#end { 
	font-family: "Bodoni MT"; text-align:center; font-variant:small-caps; padding:1em;}

a:link {
	 color:blue; text-decoration:none;}
a:hover {
	font-weight:bold;}	
a:visited {
	color: purple;}
header p {text-align:center; }	

/*Table styling for Palestine Table*/
table, table *  {border: 1pt solid gray ; caption-side: top;}
caption {vertical-align:middle; text-align:centre; }
th {font-style:italic; }
.rowheader {background:#CCCCCC; }
.rowodd { background:#ECECEC; }
.roweven {background:#D7D7D7; }

/*======END======*/