/* Make all body text black, 12-pt Times, Unicode with 16-pt vertical spacing between lines of text. Margins are 10-pt. Background is parchmnt.gif. */

body {font: 12pt;	
      font-family: "Times";
	color: black;
	background: url(parchmnt.gif);
	line-height: 16pt;
	margin-left: 12pt;
	margin-right: 12pt}

/* Indent paragraphs */
p {margin-left: 0pt;
	margin-right: 0pt}

/* Home Page Heading */
h1 {font: 40pt Times;
	font-weight: bold;
      color: black;
	line-height: 150pt;
      background-image: url('tulip.jpg');
      background-repeat: no-repeat}

/* China pages heading */
h2 {font: 30pt Times;
	font-weight: bold;
      color: red;	line-height: 115pt;
      background-image: url('./china_pics/china_pic_headerimg.JPG');
      background-repeat: no-repeat}

/* For first sub-heading */
h3 {font: 18pt Times;
	font-weight: bold;
	line-height: 22pt}

/* For figure captions that span across the page (Japan and China) */
h4 {font: 14pt Times;
	font-weight: bold;
	line-height: 18pt}

/* Japan Header */
h5 {font: 30pt Times;
	font-weight: bold}

/* does not work - For figure captions on right half of page */
h6 {font: 14pt Times;
	font-weight: bold;
	line-height: 18pt;
      margin-left: 371px;
      margin-right: 650px}

/* For figure captions that span across the page (AU and NZ) */
h7 {font: 14pt Times;
	font-weight: bold;
	line-height: 18pt;
      font-style:  italic}

/* For really small stuff */
h8 {font: 10pt Times;
	font-weight: bold;
	line-height: 18pt)}

/* For figure captions that span across the page (AU and NZ) */
h9 {font: 14pt Times;
	font-weight: bold;
	line-height: 18pt}

	/* For Links */
a {text-decoration: underline; italic;}
a:link {color: blue;}
a:visited {color: brown;}
a:active {color: purple;}