body {
	padding: 0px; 
	margin: 0px; 
	font-family: Verdana;
}
h2 {
	margin-top: 30px;
	font-weight: bold;
}
p {
	padding-right: 15px; 
	padding-left: 10px; 
	font-weight: normal;
}
p.subtitle{
	font-weight: bold; 
	font-size: 120%;
}
p.referencetitle {
	font-weight: bold; 
	font-size: 110%;
}
p.note {
	font-size: 70%;
}
span.referenceno {
	font-weight: bold; 
	font-size: 80%; 
	font-family: Tahoma;
}
span.code {
	font-weight: bold; 
	font-family: "MS Sans Serif";
}
span.info {
	font-weight: bold; 
	font-size: 70%; 
	font-family: "MS Sans Serif";
}
ul li {
	font-size: 80%;
}
ol li {
	font-size: 80%;
	padding: 3px 0px;
}

img {
    border:solid 1px silver;
	padding: 2px; 
}

div.code {
	padding-left: 20px; 
	font-weight: bold; 
	padding-bottom: 5px; 
	margin-left: 30px; 
	margin-right: 38px; 
	padding-top: 5px; 
	background-color: #ffd700;
}
ul.references {
	list-style-type: none;
}
a.image {
	text-decoration: none;
}
div.highlight {
	background-color: #ADD8E6;
	font-weight: bold;	 
	margin-right: 15px;
	margin-left: 10px;	
	padding: 15px;	
}
