/* $Id: 00.css,v 1.1.1.1 2008/03/12 10:46:39 makoto Exp $ */

#body { 
#	background-color: White; 
#}

address {
	text-align: right;
	font-size: smaller;
	font-weight: bold;
}

p.lang-navigator {
        text-align: right;
        font-size: small;
}

div.copyright {
	text-align: right;
	font-size: smaller;
	color: rgb(40%,40%,40%);
}

div.id {
	text-align: right;
	font-size: smaller;
	font-weight: bold;
	font-style: italic;
	color: rgb(70%,70%,70%);
}

strong.keyword { 
	color: Red; 
}

p.example { 
	text-indent: 1em; 
	color: Navy;
	font-weight: bold;
#	font-family: monospace; 
}
p.note  { 
	color: DarkGreen;
#	font-family: monospace; 
        font-size: small;
}

#code { 
#	color: Navy;
#	font-family: monospace; 
#}

#pre { 
#	color: Navy;
#	font-family: monospace; 
#}

code.example { 
	color: Navy;
	font-weight: bold;
#	font-family: monospace; 
}

code.operator  { 
	color: Navy;
#	font-family: monospace; 
	font-weight: bold; 
}
code.rc  { 
	color: DarkGreen;
#	font-family: monospace; 
	font-weight: bold; 
}
code.command {
	color: Navy;
#	font-family: monospace; 
	font-weight: bold; 

}
code.path { 
	color: Olive;
#	font-family: monospace; 
}
h2 {
	background: #e0c080;
	}

h3 {
	background: #e0c080;
	}
h4 {
	background: #e0c080;
	}
pre {
	white-space:  pre;
	padding:	0.2em;
	border-color: #ffeeb0;
	border-style: outset;
	border-width: 2px;
}
span.h1 {
	background: #114422;
	color: yellow;
}
span.small {
	font-size: smaller;
}
span.path { 
	color: Olive;
	font-family: monospace; 
}
span.red  {
	color: Red;
	}
span.orange  {
	color: Orange;
	}
span.blue  {
	color: blue;
	}
span.hilit  {
	color: red;
	}

span.note  {
	color: Olive
	font-size: smaller;
}

# h3.new { margin-left: 1em }
# div.section { margin-left: 2em; margin-top: 0 }
# div.sub { margin-left: 1em; margin-top: 0 }
# div.list { margin-left: 1em }
# div.fn { margin-left: 1em; margin-top: 0 }
# div.url { margin-bottom: 0 }
# div.todo { font-size: small; }
span.old {
	color: #448866
}
span.hilight {
	color: #a05050;
	font-weight: bold;
}
span.xx-large {
        font-size: xx-large;
}
span.x-large {
        font-size: x-large;
}
span.large {
        font-size: large;
}
span.medium {
        font-size: medium;
}
span.small {
        font-size: small;
}
        
span.x-small {
        font-size: x-small;
}
span.xx-small {
        font-size: xx-small;
}
span.menu {
#	font-size: xx-small;
	font-size: 75%;
}