body { 
color:#000000;
margin: 0px; 
width:100%;
font-size:12px;
}

.authorline,
.entryline,
.subline,
.adminline {
	background-color: #FFF6DA;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.authorline {
	padding:4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFEDA7;
	font-weight: bold;
}

.entryline {
	padding:4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.subline {
	padding:4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align:right;
}

.adminline {
	padding:4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align:right;
	background:#FFFFFF;
}


a { 
text-decoration: none; 
}

a:visited { 
color: #369; 
text-decoration: none; 
}

a:hover,
a:focus { 
color: #f00; 
text-decoration: underline; 
}


#wrapper {
margin:0 auto 0 auto;
width:100%;
}

input, textarea {
color:#000000;
padding:2px;
}

textarea {
padding:0 4px 0 4px;
width:100%;
}
