body.edit h1    { background:   #008000; }
body.edit h2    { border-color: #008000; color: #008000; }
body.edit h3    { color: black; }

#title, #body
{
    width:          100%;
    font-family:    monospace;
}

#url-directory
{
    float:          right;
}

/* Work around IE bug where the text area gets resized when the user begins
   typing.
*/
* html #title,
* html #body
{
    width:          80%;
}

* html #url-directory
{
    float:          none;
}