/* CJKI Style Sheet for Articles */

	a:link    {color: maroon; text-decoration: none;}
	a:visited {color: maroon; text-decoration: none;}
	a:hover   {color: red; text-decoration: bold;}
	
	body {
		background-image: url(gray.gif);
	    font-family: Times New Roman;
		margin-left: 5%;
		margin-right: 15%;
	}
	
	p {
		margin-left: 10%; /*was 5%*/
	}
	
	h1 {
	  font-family: Verdana, Sans-Serif;
	  font-weight: bold;
	  font-size: 20pt;
	  background-color: LightYellow;
	  color: Blue;
	  text-align: center
	}
	
	h2 {
	  font-family: Tahoma, Sans-Serif;
	  font-weight: bold;
	  font-size: 16pt;
	  color: Black;
	  background-color: LightBlue;
	  margin-left: 5%; /*added this line*/
	}
	
	h3 {
	  font-family: Tahoma, Sans-Serif;
	  font-weight: bold;
	  font-size: 13pt;
	  color: DarkBlue;
	  background-color: #B0C8B0;
	  margin-left: 5%; /*added this line*/
	}
	h4 {
	  margin-left: 7%;
	}
	strong {				/*important terms*/
	  font-weight: bold;
	  color: red;
	}
	
	ol {
		margin-left: 14% 
	}
	
	caption {
	  font-family: Verdana, Sans-Serif;
	  font-size: 12   pt;
	  font-weight: bold;
	  color: blue;
	  background-color: #B0C8B0;
	}
	
	th {
	  font-family: Verdana, Sans-Serif;
	  font-size: 11   pt;
	  background-color: LightBlue;
	}


	
	td {
	  background-color: LightYellow;
	  padding: 8;
	}

	.romaji {
	  font-style: italic;
	  color: blue;
	  font-weight: bold;
	}
	.romaja {
	  color: blue;
	}

	.rhead {
	  font-family: Verdana, Sans-Serif;
	  font-size: 9 pt;
	  background-color: #CCFFCC;
	  /*text-align: left*/
	}
	
	li.space {
	  margin-top: 8px;
    }
