body {background-color: white}
h1 {font-size: 150%}
h1 {font-family: Arial, Helvetica, sans-serif}
h1 {text-align: center}
h2 {font-size: 115%}
h2 {font-family: Arial, Helvetica, sans-serif}
h3 {font-size: 95%}
h3 {font-family: Arial, Helvetica, sans-serif}
h3 {font-style: italic}
p {font-size: 100%}
ol.decimal {list-style-type: decimal}
ol.roman {list-style-type: lower-roman}
ol.alpha {list-style-type: lower-alpha}
.ss {font-family: Arial, Helvetica, sans-serif}
.centeredImage
  {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
  }
  
.indent {
	text-indent: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.vspace {
	margin-top: 10px;
}
  	
.code {
	width: 650px;
	border: 1px solid #5babf9;
	background-color: #f0fbfb;
	font-family: monospace;
	padding: 5px;
	margin-left: 20px;
	margin-top:0px;
	margin-bottom:0px;
}
  	
.widecode {
	width: 750px;
	border: 1px solid #5babf9;
	background-color: #f0fbfb;
	font-family: monospace;
	padding: 5px;
	margin-left: 20px;
	margin-top:0px;
	margin-bottom:0px;
}
	
.code2 {
	font-family: monospace;
	white-space: pre;
	background-color: #ffffdd;
	border-left: solid thin;
	border-right: solid thin;
}
