/* $Id: namazu.css,v 1.4 2004/03/05 06:21:55 satoru Exp $ */

body { 
	background-color: White; 
	line-height: 130%;
}

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, pre { 
	color: Navy;
	font-family: monospace; 
}

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

code.rc  { 
	color: DarkGreen;
	font-family: monospace; 
	font-weight: bold; 
}
