body {
color:#000000;
margin:0;
padding:0 1em;
}

#content {
-moz-border-radius:10px 10px 10px 10px;
-moz-padding-start:30px;
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid threedshadow;
font-family:sans-serif;
font-size:10pt;
margin:4em auto;
max-width:50em;
min-width:330px;
padding:3em;
}

#content .post {
-moz-border-radius:10px 10px 10px 10px;
color:#00FF00;
background:none repeat scroll 0 0 #f0f0f0;
/*border:1px solid;*/
padding:1em;
}

#content .command {
color:#80FF80;
}

#content .cursor {
text-decoration:blink;
}