/* css comment */ body { background-color: #000000; color: #00aa00; } table { width: 100%; } #menu, #content { background-color: #000000; border-color: #00ff00; border-style: solid; border-size: 5px; } #menu { width: 10%; } tr { background-color: #008800; vertical-align: top; } tr:nth-child(even) { background-color: #006600; } tr:nth-child(odd) { background-color: #005500; } #header { text-align: center; } a { color: #00aa00; }