html {
    margin: 0;
    padding: 0;
    background-color: #fafafa;
}

body {
    background-color: #fafafa;
    color: #111;
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Mono', monospace;
}

body.recs {
    background-image: url("recs/bg.png");
    background-repeat: repeat;
    background-position: 0 0;
}

p, li {
    font-family: 'Roboto Mono', monospace;
}

.notes {
    font-size: 12px;
}

#menu {
    background-color: #ff5;
    height: 40px;
    width: 100%;
    padding: 5px 10px 10px 5px;
}

#menu .title {
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
}

#menu .options {
    float: right;
    margin-right: 50px;
}

#menu .options a {
    margin-left: 50px;
    display: inline-block;
}

#menu .options a.active::before {
    content: "*";
}

#outer {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 20px 0 0 0;
    position:relative;
    z-index:10;
}

#outerouter {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0 0 0 0;
    background: none;
    position:relative;
}

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

table td {
    padding: 20px 20px 0 0;
    vertical-align: top;
    color: #111;
}

table td a img {
    border: 2px solid #000;
}

.index-title {
    max-width: 250px;
}

table td a img:hover {
    border: 2px solid #ff5;
}

a, a:visited {
    text-decoration: none;
    color: #111;
    font-style: italic;
}

#games td {
    width: 280px;
}

p a,
li a {
    text-decoration: underline;
}

h1 {
    font-size: 128px;
    margin-top: 0;
    margin-bottom: 0;
    color: #ff00dd;
}

h3 {
    margin: 0 0 0 0;
    font-size: 32px;
    color: #111;
}

h2 {
    font-size: 32px;
    margin: 0 0 0 0;
    color: #111;
    font-family: 'Roboto Mono', monospace;
}

h2.name {
    font-style: italic;
    background-color: #ffff55;
    color: #111;
}

tr h2 {
    margin: 0 0 0 0;
    font-size: 24px;
    color: #111;
    font-weight: bold;
    font-style: italic;
}

tr.year {
    border: none;
}
tr.year:hover {
    border: none;
}

#extender {
    height: 20000px;
}

.mailing-list {
    margin-bottom: 300px;
}

ul {
    list-style: square;
}
