Просмотр файла style.css
body { font: 11px Arial; color: #999999; background: #fff; margin: auto; max-width: 380px; } .a { background: #fff; padding: 5px; color: #000000; border-left: #999999 solid 1px; border-right:#999999 solid 1px; border-bottom:#999999 solid 1px; } .b { background:#CCCCCC; padding: 5px; color: #000000; border: #999999 solid 1px; } .b a { color: #000000; } a { color: #707070; text-decoration: none; } a:hover { text-decoration: underline; }