body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family:  Trebuchet MS, Tahoma, Verdana, sans-serif;
	color: black;
}
#header {
	text-align: right;
	padding: 4px;
	background-color: #900;
	border-bottom: 1px solid #c30;
	color: white;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
}
#header a {
	color: white;
	text-decoration: none;
}
#header a:hover {
	color: #ddd;
	border-bottom: 1px solid white;
}
#main {
	padding: 4px;
}
#contents {
	width: 150px;
	padding: 4px;
	padding-right: 8px;
	margin: 6px;
	margin-right: 6px;
	border: 1px dashed #ccc;
	background-color: #eee;
	float: left;
	list-style: none;
}
#contents ul {
	list-style: none;
	margin: 0px;
	margin-left: -28px;
}
#contents h3 {
	font-size: 12px;
	color: #666;
	margin: 0px;
}
#contents a {
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
#contents a:hover {
	color: #c30;
}
#firstParagraph {
	margin-left: 175px;
}
#digg {
	float: right;
}
h1 {
	font-size: 24px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	color: #333;
	border-bottom: 1px solid #c30;
}
h2 {
	font-size: 18px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #999;
}
.clear {
	clear: both;
}
pre {
	border: 1px dashed #ccc;
	background-color: #eee;
	padding: 2px;
}
.copyright {
	color: #666;
	margin-top: 120px;
	padding: 10px;
	border-top: 1px solid #c30;
	text-align: center;
}
.demoContainer {
	border-top: none;
	padding: 4px;
}

.log {
	position: relative;
	top: 5px;
	margin: 5px;
	padding: 4px;
	border: 1px dashed #ccc;
	height: 200px;
	overflow: auto;
}

