body
{
	font-family: arial, helvetica, sans-serif;	
}

h2
{
   font-family: tahoma, verdana, arial, sans-serif;
   margin-top: 0px;
}

h3
{
   font-family: tahoma, verdana, arial, sans-serif;
   margin-top: 35px;
   margin-bottom: 8px;
}

p
{
   margin-top: 8px;
   margin-bottom: 15px;
   padding-top: 0px;
   padding-bottom: 0px;
}



#pageContainer
{
	width: 950px;
	background-color: BlanchedAlmond;
	padding: 20px;
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
}

div.example
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 10px;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	white-space: pre;
	font-family: courier, monospace;
	font-style: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.footer
{
   font-size: 75%;
   color: #666666;
}
