body {
  background-color: #000000;
}
a {
	font-weight: bold;
	color: #000000; 
	text-decoration:none;
}
a:hover {
  color: #000000;
  border-bottom:1px solid #000000;
}
a.page:visited {
	color: #666666; 
	text-decoration:line-through;
}

a.download {
	font-size:small;
	text-decoration:none;
}

table.view {
	background-image:url('/theme/default/img/head.jpg');
	background-position:center top;
	width: 1024px;
	height: 150px;
}
table.menu {
	background-image:url('/theme/default/img/menu_new.jpg');
	background-position:center top;
	width: 200px;
	height: 400px;
  padding-top:75px; 
  padding-left:25px; 
}
td.humor_page_head {
	background-image:url('/theme/default/img/page_head_thread.jpg');
	height: 80px;
}
td.humor_page_view {
	background-image:url('/theme/default/img/page_view.jpg');
  padding-left:45px; 
  padding-right:45px; 
  color: #5b4206;
}
td.humor_page_footer_first {
	background-image:url('/theme/default/img/page_footer_thread.jpg');
	height: 80px;
}
td.humor_page_footer_last {
	background-image:url('/theme/default/img/page_footer_no_thread.jpg');
	height: 80px;
}
table.message {
	width: 540px;
	height: 150px;
	color: #5b4206;
}

