body {
	font-family: Myriad, Myriad Pro, sans-serif;
}

div.title {
	text-align: left;
	padding: 5px 0 0 0;
	border-bottom: thin dashed #222;
	margin-bottom: 10px;
	line-height: 1.9em;
	font-family: Myriad, Myriad Pro, sans-serif;
	width: 1000px;
}

span.titletext {
	font-size: xx-large;
	font-weight: bold;
	line-height: 1.9em;
}

div.section{
	text-align: left;
	font-weight: bold;
	font-size: x-large;			
	line-height: 1.9em;
	border-bottom: thin dashed #222;
	margin-bottom: 10px;
	width: 1000px;
}

div.description {
	border-top: thin ridge #222;
	text-align: center;
	font-size: small;
}

.example-container {
	float:left;
	padding: 5px;
}

.img-container {
	float:left;
	text-align:center;
}

img {
	padding: 5px;
}

div.level1 {
	border-top: thin ridge #222;
	text-align: left;
}

div.level2 {
	float: left;
	font-size: small;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}

div.author {
	margin: 0px auto;
	text-align: center;
	padding: 0px 0px 10px 0px;
}

div.spacer {
	clear: both;
}

.img-link {
	color:#444;
}

a:link {
	color: #444;
}

a:visited {
	color: #611;
}

a:hover {
	color: #77A59F;
}

h1 {
	font-size: x-large; 
	font-family: "Arial";
}

h2 {
	font-size: large;
}

h3 {
	font-size: medium;
}

p {
  line-height:0.5em;
}