a:link    {color: maroon; text-decoration: none;}
a:visited {color: maroon; text-decoration: none;}
a:hover   {color: red; text-decoration: bold;}

body {
	margin-left: 5%;
; font-family: "Times New Roman", "Times", "serif"
; background-image: url(gray.gif)
}

p {

	margin-left: 5%;
	font-family: "Times New Roman", "Times", "serif"
}

h1 {
  font-family: "Verdana", "Sans-Serif";
  font-weight: bold;
  font-size: 20pt;
  background-color: #99FFFF;
  color: Blue;
  text-align: center
}

h2 {
  font-family: Tahoma, Sans-Serif;
  font-weight: bold;
  font-size: 16pt;
  color: Black;
  background-color: LightBlue;
}

h3 {
  font-family: "Tahoma", "Sans-Serif";
  font-weight: bold;
  font-size: 13pt;
  color: DarkBlue;
  background-color: #CCCCFF;
}

strong {				/*important terms*/
  font-weight: bold;
  font-style: italic;
}

em { 					/*romaji*/
  font-style: italic;
  color: blue;
}

li {
	margin-left: 3%
}



.num { 					/*red number*/
  font-size: 10 pt;
  font-weight: bold;
  color: red;
}

li.space {
  margin-top: 14px;
  }

hr {  background-color: #3333FF}
hr {  }
