body{
  font-size: 12px; 
  font-family: Arial; 
  margin: 0px; 
  background-color: #000;
  color: #000;
}

#page{
	position: relative; 
	margin-left: 50%; 
	left: -500px; 
	width: 1000px; 
	height: 30px; 
	background-color: blue; 
}

#header{
	background-color: #66665a;
}

#footer{
	background-color: #66665a; 
	color: white; 
	padding: 5px; 
}

#footer a, #footer a:hover, #footer a:visited{
	color: white; 
	text-decoration: underline; 
}

#buttons{
	background-color: #999988; 
	padding-left: 28px; 
}

#content{
	background-color: white; 
	padding-left: 28px; 
	padding-right: 28px; 
}

#content h1{
	font-family: arial; 
	font-size: 18px; 
	margin: 0px; 
	padding-top: 20px; 
	padding-bottom: 10px; 
}

#content pre{
}

#content .cmd{
  color: black; 
  background-color: #ffcc00; 
  font-family: courier new; 
}

#content .doc{
  margin-bottom: 10px; 
}

.credits{
  margin-top: 5px; 
}

#content a{
  color: #000; 
  text-decoration: none; 
  border-bottom: 1px dotted #000; 
}

#content a:visited{
}

#content a:hover{
  color: #000; 
  background-color: #ffcc00; 
  border-bottom: 1px solid #000; 
}




#feedbackForm label{
	display: block; 
	width: 100px; 
	float: left;
	text-align: right; 
	padding-right: 10px; 
}

#feedbackForm input{
	display: block; 
	float: left; 
	margin-top: 1px; 
	border: 1px solid #555; 
}

#feedbackForm textarea{
	width: 430px; 
	height: 100px;
	display: block; 
	margin-left: 110px; 
	border: 1px solid #555; 
}


.commentHeader{
	padding: 10px 0px 10px 0px;
	width: 430px; 
	margin-left: 110px;
	border-bottom: 1px solid black; 
}

.comment{
	padding: 10px 0px 10px 0px;
	width: 500px; 
}

.comment .date{
	color: #999988;
}

.comment .name{
	font-weight: bold;  
}

.comment .text{
	display: block; 
	clear: both;
	padding-top: 5px;  
	text-align: justify; 
}