/* Stylesheet for the Archive of Interesting Code */

 body {
    font-family: sans-serif;
 }
 tt {
    font-weight: bold;
    font-size: 125%;
 }
 a {
    color: blue;
    font-weight: bold;
    text-decoration: none;
 }
 a:hover {
    color: red;
    text-decoration: underline;
 }
 tr:first-child {
     background:white;
 }
 tr:nth-child(even) {
     background: #ffffc0
 }
 tr:nth-child(2n+3) {
     background: white;
 }
 td.title {
     font-weight: bold;
 }
 td.date {
     white-space: no-wrap;
 }
 th {
     text-align: left;
     border-bottom:1px solid black;
 }
 td {
     text-align: left;
     border-bottom:1px dashed black;
 }
