/* (c) Toshi MAEDA XXI
   revised on 11/Apr/2007
   modified on 01/Oct/2008
   modified on 11/Dec/2024

BODY { background-color: #f4fff4; background-image: url("/lect/bgimg.gif");
	text-align: left; color: #20ffa0}
	text-align: left; color: #80fff0}
 */
BODY	{background-color: white; font-size: 160%; 
	margin-right: 2%; margin-left: 2%;}
H1	{font-size: 220%; font-weight: bold; text-align: center; color: red;
	 border-top: red 2px double;  border-bottom: red 2px double;}
H2	{font-size: 190%; font-weight: bold; text-align: left; color: blue;
	border-top: cyan 2px double;}
H3	{font-size: 180%; font-weight: bold; text-decoration: underline;
	text-align: left; color: #ff8080}
H4	{font-size: 160%; font-weight: bold; text-align: left; color: #0fff80}
BLOCKQUOTE { font-size: 100%; font-weight: bold; color: #f41} 
PRE	{font-weight: bold; color: green}
XMP	{font-weight: bold; color: green}
EM	{font-size: 100%; font-weight: bold; color: red}
P.catch	{text-align: right; font-weight: bold; }
A	{font-weight: bold; }
S       {font-style: italic; color: gray;}
SPAN    {white-space: nowrap;}
.req	{color: red;  font-weight: bold; }
.opt	{color: blue;  font-weight: bold; }
.cau	{color: blue;  font-weight: bold; }
.imp	{font-size: 100%; color: red;  font-weight: bold;  text-decoration: underline;}
.warn	{color: green;  font-weight: bold; text-decoration: underline;}
.comm	{color: gray;  font-style: italic; font-size: 90%;}
.note	{color: green;  font-weight: bold; font-style: italic; font-size: 90%;}
.rnote	{color: green; text-align: right; font-weight: bold; font-style: italic; font-size: 90%;}
.cod	{color: #00FFFF; font-size:110%; font-weight: bold; background-color: #4040FF}
.exc	{color: #880000; font-size:110%; font-weight: bold; background-color: #FFFF80}
