body {
	margin: auto;
	margin-top: 15px;
	width: 500px;

}
body,td,input,textarea,select {
	font: 11px verdana,arial,sans-serif;
}
form {
	display: inline;
}
table {
	border-collapse: collapse;
}
#list table {
	width: 100%;
}
#list th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #AAA;
	padding: 3px;
}
#list td {
	vertical-align: top;
	border-bottom: 1px solid #CECECE;
	padding: 3px;
}
.image {
	margin-right: 5px;
	float: left;
}
.frmobj {
	float: left;
	font-weight: bold;
	padding-top: 3px;
	width: 90px;
}
.frmtext {
	padding-left: 93px;
}
a {
	text-decoration: underline;
	color: #D22E2E;
	background: transparent;
}
a:hover {
	text-decoration: none;
}
h1 {
	font: bold 20px trebuchet ms,verdana,helvetica,sans-serif;
}
h2 {
	font: bold 15px trebuchet ms,verdana,helvetica,sans-serif;
	margin-top: 0;
}
a.author {
	text-decoration: none;
	color: #CCC;
	float: right;
}
a.author:hover {
	text-decoration: none;
}

.hr {
	font-size: 0;
	height: 0;
	margin: 7px 0 7px 0;
	border-top: 1px solid #000;
	clear: both;
}
ul {
	list-style-type: square;
}
