@import url( "../../CSS/base.css" );
body {
	background:white;
	color:black;
}
p {
	line-height:1.8;
}
pre {
	background:#e6e6e6;
}
code {
	font-family:monospace; 
	overflow:auto;
}
dt {
	margin-top:1.5em;
	font-weight:bold;
}
dd {
	font-size:100%;
	line-height:180%;
	margin-bottom:2em;
}
li {
	margin-bottom:0.5em;
}
img{
	border-width:0;
}
h2 {
	border:solid #666666;
	border-width:0 0 2px 0.5em;
	padding-left:0.5ex;
	background-color:#f5f5f5;
}
h3 {
	padding:1.5em 0 0;
}

.nav {
	text-align:left;
}
.caption {
	font-size:x-small;
	color: #666666;
}
.site:before {content:"(";}
.site:after {content:")";}
/* program */
.object{color:#006600;}
.property{color:#000099;}
.method{color:#660000;}
.event{color:#660066;}
.constant{color:#000033;}
.handler{color:#800080;}
#exp {
	margin-top:1em;
	padding:0;
	border: dotted #008080;
	color: #333333;
}