body {
	background: #F9F9F9;
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #333;
	font: 13px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	padding: 3px;
	width: 770px;
}

h1 {
	margin: 3px 0;
	}

a:link, a:visited {
 text-decoration: none;
 }
a:hover {
 text-decoration: underline;
 }

#topbar {
	position: absolute;
	top: 7px;
	left: 15px;
	text-decoration: none;
}

#topbar a {
	color: #21759b;
	text-decoration: none;
}

#topbar a:hover {
	color: #fff;
	text-decoration: none;
}
table.manage {
 width: 100%;
 }
table.manage td, table.manage th {
 text-align: left;
 vertical-align: top;
 }
table.manage td {
 
 }
td.cmt p {
 margin: 6px 0;
 font-size: 11px;
 }
p.spam {
 color: #666;
 }