html {
    color:#61666c;
    font-weight:400;
    font-size:1em;
    font-family:'Open Sans', sans-serif;
    line-height:2em;
}

code {
    font-family:consolas,monospace;
}
a {
    color:#61666c;
    text-decoration:none;

}
a, img {
    border:none;
    outline:none

}
a:hover {
    color:#2a2a2a;

}
section#series {
    float: right;
}
section#magazines {
    float: left;
}

ol#horizontallist {
    min-width: 696px;
    list-style: none;
    padding-top: 20px;
}
ol#horizontallist li {
    display: inline;
}	

a.menu {
    color: #e9e9e4;
}
table.menu {
    background-color:black
}
tr.results:nth-child(even) {
    background-color: #f2f2f2;
}

table.results {
    width: 100%;
}
td.results {
    text-align: center;
}
th.results {
    text-align: center;
}

section {
    background: #fafaf6;
    border: 5px solid #e9e9e4;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    /*width: 90%;*/
    margin: 20px;
}

section#donateinfo{
    text-align: center;
}


.mail-addr{
    font-size: 18px;
    text-align: center;
}

p.menu {
    color: #e9e9e4;
    font-size: 20px;
    font-family: Verdana;
}
