body { 	background-color: ; 
background-image:   url(http://hobie.sixshootercommunity.org/yellownotebook.jpg);
	padding:5%; 
	font-family:cursive; 
}

div#body {
   max-width:50em;
   margin:auto;
}

a:hover { background-color:#6f6; }

div.thread {
	text-align:left;
	margin-top:1em;
	padding-bottom:1em;
	border-bottom: 3px solid #833;
}

div.responses {
	font-size:80%;
	margin:1ex;
}


table#entries_table {  
 width:100%;
 border-spacing: .6ex;
 margin-top:1em; 
}

table#entries_table th {
}

table#entries_table tr.entry_row td {
  background-color: #8e8;
background-image:   url(http://sixshootercommunity.org/crinklep.jpg);
  padding:1ex; 
}

div.first_message {
  text-align:left;
  font-size:smaller;
  width:70%;
  margin-left:5%;
  margin-top:2px;
}

div.buttons {
  margin-top:1ex;
}

input {
	font-family:cursive; 
	padding:4px;
}

input.button {
  background-color:#dfd;
}

input.button:hover {
  background-color:#6f6;
}


span.new_message { background-color: #cfc; 
	           padding:2px; }

body#widget {font-size:smaller; }
table#widget_table {margin:auto;}
