.nameCell {
  color: #2e2e2e;
  font-family:verdana;
  font-size:80%;
  width:800px;
}

.commentCell {
	color: #e74309;
	font-family:verdana;
  	font-size:80%;
  	width:800px;
  	padding-left:20px;
}

input.btn{
   color:white;
   background-color:black;
   border-color: #2e2e2e;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:85%;
   font-weight:bold;
}

input.btnMouseover{
   color:black;
   background-color:white;
   border-color: #2e2e2e;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:85%;
   font-weight:bold;
}