/* revised on 2002-12-08 by nishi */

BODY	{
	font-size:100%;
	background-color:#FFFFcc;
	margin-top:20px;		
	margin-left:20px;		
	margin-right:20px		
	}

A:link		{color:#0000FF}		
A:visited	{color:#800080}		
A:alink		{color:#9F9FFF}		
A:active	{color:red}		

H1	{
	font-size: 200%;		
	color:black;			
	font-weight:bold;		
	text-align:left;		
	margin-left:2px;		
	margin-right:2px;		
	padding:8px;			
	background-color:#eeffff;	
	border-top:    #DDDDEE 1px solid;
	border-bottom: #888899 1px solid;
	border-left:   #DDDDEE 1px solid;
	border-right:  #888899 1px solid;
	}

H2	{
	font-size:large;		
	color:black;			
	font-weight:bold;		
	text-align:left;		
	margin-left:1px;		
	margin-right:1px;		
	padding:5px;			
	background-color:#FFFF99;	
	border-top:    #DDDDEE 1px solid;
	border-bottom: #888899 1px solid;
	border-left:   #DDDDEE 1px solid;
	border-right:  #888899 1px solid;
	}

H3	{
	font-size:large;		
	color:black;			
	font-weight:bold;		
	margin-left:1px;		
	margin-right:1px;		
	padding:4px;			
	border-width:0 0 1 16;		
	border-style:solid;
	border-color:#008000;
	}

H4	{
	font-size:large;	
	color:#006699;		
	font-weight:bold;	
	margin-left:1px;	
	margin-right:1px;	
	padding:4px;		
	border-width:1 1 1 1;	
	border-style:solid;	
	border-color:#ff6600	
	}

h5	{
	font-size:large;
	color:black;
	font-weight:bold;	
	background:beige;
	margin-top:2pt;
	padding:4px		
	}

P
	{
	font-size:100%;
	color:#000000;		
	line-height:130%;	
	font-weight:400;	
	}

DL	
	{
	list-style-type:disc;	
	font-size:100%;
	color:#000000;	
	line-height:130%;
	font-weight:400		
	}

UL	
	{
	list-style-type:disc;		
	font-size:100%;
	color:#000000;			
	line-height:130%;		
	font-weight:400			
	}

OL	
	{
	list-style-type:decimal;	
	font-size:100%;
	color:#000000;			
	line-height:130%;		
	font-weight:400			
	}

UL LI
	{
	font-size:100%;
	color:#000000;			
	line-height:140%;		
	font-weight:400;		
	}

OL LI
	{
	font-size:100%;
	color:#000000;			
	line-height:140%;		
	font-weight:400;		
	}

SPAN.ruby
	{
	font-size:12px			
	}

SPAN.italic
	{
	font-style:italic		
	}

SPAN.under
	{
	text-decoration:underline	
	}

code {font-size: 85% }

pre { 
   font-family: monospace;
   font-size: 85%;
   white-space: pre;
   background-color: rgb(230,230,255);
   padding: 0.5em;
   margin-left: 0;
   border: none;
   width: 97%;
}

