body { font: 16px/1.2 sans-serif; width: 64em; margin: 0 auto; } textarea { font: inherit; width: 100%; } h1 { text-transform: uppercase; } hr { clear: both; } img { border: none; } img[align=left] { margin: 0 1em 1em 0; } img[align=right] { margin: 0 0 1em 1em; } ul { list-style: inside square; } ul.glob { list-style: inside circle; padding: 0; text-transform: uppercase; } table { text-align: left; border-collapse: collapse; background: #eee; } th, td { padding: 4px 8px 4px 0; } tr:nth-child(2n) { background: #fff; } a { text-decoration: none; color: DeepPink; } a:hover, a:visited { color: Crimson; } h1 a:hover:after { content: " ยป" attr(data-text); color: #aaa; }