body{
	margin-top: 3em;
    margin-bottom: 3em;
    margin-left: 5em;
    margin-right: 5em;
    background: #fff;
    color: #000;
}
.cgi_name {
    width: 4em;
    color: #000;
    font-weight: 700;
    text-align: right;
    padding-right: 1em;
    margin-left: -3em;
}
.version {
    width: 8em;
    font-style: italic;
    display: block;
    float: left;
    clear: left;
}
.date {
    text-align: right;
    font-stlye: italic;
}
.code {
    font-family: monospace;
}
.note {
    font-weight: 700;
    color: #800;
}
