.definition {
	background-color: #CC9900;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	margin-right: 100px;
	margin-left: 100px;
	padding: 20px;
}

td {
	vertical-align: top;
}
.keyword {
	font-family: "Courier New", Courier, mono;
	color: #0000FF;
	font-size: 12px;
}
.identifier {
	font-family: "Courier New", Courier, mono;
	color: #00FFFF;
}
.functionname {
	font-family: "Courier New", Courier, mono;
	color: #FF0000;
}
.inlinecode {
	font-family: "Courier New", Courier, mono;
	color: #990000;
	font-size: 12px;

	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;








}
.blockcode {
	font-family: "Courier New", Courier, mono;
	color: #990000;
	font-size: 12px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #990000;
	padding-left: 10px;
}

body {
	background-color: #EFEFEF;
	margin-right: 1%;
	margin-left: 1%;


}
.note {
	border: 1px solid #999999;
	margin-right: 50px;
	margin-left: 50px;
	padding-left: 20px;
	background-color: #CCCCCC;
	font-size: small;




}
.blockcodecomment {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #006600;

}

a:hover {
	color: #EFEFEF;
	text-decoration: none;
	background-color: #0033FF;
}
h1 {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;


}
.fixedwidthfont {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
}
