/*
 *    Please change directory to Japanese/ or English/, and you will find
 * information about this software.
 *
 *    This file is a style sheet for the HTML files on those direcotries.
 */
body { color: black;
  background: silver
}

a {   text-decoration: none	    }
a:hover	  {	color: red	    }
a:active  {	color: yellow	    }
a:link	  {	color: #00E	    }
a:visited {	color: #551A8B	    }
.u  { text-decoration: underline    }
blockquote {   border: silver inset }
p {	  text-indent: 1em	    }
