/* Main body colours */
body {
   color: black;
   background: #ffffdd;
}

/* link style */
a { text-decoration: underline; }

/* link colours */
a { color: #0000ff; }
a:visited { color: #9900dd; }
a:active { color: #00ff00; }

/* linked images */
a img { border: none; }

/* dagger image float right */
img.dagger { 
   float: right; 
   vertical-align: top;
}

/* Sub-Heading style */
h3 {
   font-weight: bold;
   font-size: large;
}

/* game archive table */
table.archive {
   border: none;
   
}

/* cell spacing */
table.archive td {
   padding: 4px;
   margin: 1px;
   color: black;
}

/* table header */
table.archive thead tr { background: #5555ff; }
table.archive thead td:first-child { background: #ddddff; }
table.archive thead td { color: white; }

/* table body */
table.archive tbody tr.odd td{ background: #ccccff; }
table.archive tbody tr.even td { background: #f1ccff; }
table.archive tbody tr.odd td.year, 
table.archive tbody tr.even td.year { 
   background: #5555ff; 
   color: white;
}

/* general centering */

.center { text-align: center; }




