body { 
font-family: 'Trebuchet MS'; 
color: #757575; 
font-size:13px; 
background-color: #BDCEB6; 
margin: 0px; 
width:100%;
}

.authorline,
.entryline,
.subline,
.adminline {
margin:0 auto 0 auto;
width:470px;
}

.authorline {
border:1px solid #006600;
border-top:4px solid #006600;
padding:4px;
}

.entryline {
border-left:1px solid #006600;
border-right:1px solid #006600;
padding:8px 4px 8px 4px;
}

.subline {
border:1px solid #006600;
border-bottom:4px solid #006600;
text-align:right;
padding:4px;
}

.adminline {
background:#eaeaea;
border-left:1px solid #006600;
border-right:1px solid #006600;
border-bottom:4px solid #006600;
text-align:right;
padding:4px;
}


a { 
color: #369; 
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:480px;
}

input, textarea {
background:#eaeaea;
border:1px solid #006600;
font-family: 'Trebuchet MS'; 
color: #757575; 
font-size:13px; 
padding:2px;
}

textarea {
padding:0 4px 0 4px;
width:320px;
}

