body{
  font-size: 13px; 
  font-family: georgia; 
  margin: 0px; 
  margin-left: 50%; 
  background-color: #000;
}

#allthepage{
  position: relative; 
  left: -319px; 
  width: 660px; 
  border-left: 1px solid black; 
  border-right: 1px solid black; 
  padding: 5px; 
  background-color: white; 
}

h1{
  text-align: center; 
  width: 639px; 
  padding-bottom: 15px; 
}

h2{
  border-bottom: 1px dotted #aaa;
}

.column, .column-xl{
  margin-right: 15px; 
  border: 1px solid #fff;
  padding: 5px; 
}

.column{
  float: left; 
  width: 300px; 
}

.column-xl{
  width: 627px; 
  margin-top: 15px; 
}

h2{
  margin-top: 0px; 
  padding-top; 0px; 
}

.cmd{
  color: white; 
  background-color: red; 
  font-family: courier new; 
}

.doc{
  margin-bottom: 10px; 
}

.credits{
  margin-top: 5px; 
}

a{
  color: blue; 
  text-decoration: none; 
  border-bottom: 1px dotted blue; 
}

a:visited{
  color: grey; 
  border-bottom: 1px dotted grey; 
}




#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: 430px; 
	margin-left: 110px; 
}

.comment .date{
	float: right; 
	display: block; 
}

.comment .name{
	float: left; 
	display: block; 
	font-weight: bold;  
}

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