@charset "utf-8";

input#back
{
    width: 60px;
}

div#main
{
	background-color:#F0FFFF;
    padding: 1em;
}

ol#list
{
    line-height: 150%;
}
ol#list li
{
    margin-bottom: 6px;
}

span.date
{
    font-size: 11pt;
    color: #666;
}
div.summary
{
    color: #930;
    margin-left: 1em;
}