body { background-color: #5a5a5a; }

table.main, table.main tr td {
    background-color: white;
}

table.main {
    width: 976px;
}

table.main tr td a img {
    border: none;
}

table.main tr #left {
    width: 5px;
    background-image: url('/blog/gfx/left.png');
}
table.main tr #right {
    width: 5px;
    background-image: url('/blog/gfx/right.png');
}

span.marked {
	background-color: #ffffb7;
}