body {
    color: #000;
    font-family: Verdana, sans-serif;
    font-size: 76%;
    background: #fff url("http://wptextads.s3.amazonaws.com/images/site/bg-top.gif") top repeat-x;
    margin: 0;
    padding: 0;
    text-align: center;
}

#container {
   width: 760px;
    margin: 0 auto;
    font-size: 1.1em;
    text-align: left;
}

#links-top {
    height: 20px;
    text-align: right;
    margin-top: -40px;
}

#links-top a, #links-btm a {
    margin-left: 0.4em;
}

#links-btm {
    text-align: center;
    font-size: .8em;
    margin-bottom: 1em;
}

#footer {
    text-align: center;
    padding: 10px;
}

/*typographical elements*/

h1 {
    color: #4c4e54;
    margin: .5em 0 .2em 0;
    font-family: Arial, sans-serif;
    font-weight: 900;
    font-size: 2.5em;
}

h2 {
    color: #313e6a;
    margin: .5em 0 -.2em 0;
    font-family: Arial, sans-serif;
/*    font-weight: 100;*/
    font-size: 1.6em;
}

ul {
    list-style-image: url("http://wptextads.s3.amazonaws.com/images/site/bullet.gif");
}

a:link /*, a:visited*/ {
    color: #0050b3;
    text-decoration: underline;
}

a:hover, a:active {
    color: #eb6900;
    text-decoration: none;
}

a.here:link, a.here:visited, a.here:hover, a.here:active {
    text-decoration: none;
    color: #000;
    font-weight: 900;
}

a img {
    border: 0;
}

hr {
    color: #fff;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    margin: 10px 0;
}

table {
    border-left: 1px solid #d8e0ea;
    border-top: 1px solid #d8e0ea;
    margin: 10px;
}

td {
    border-right: 1px solid #d8e0ea;
    border-bottom: 1px solid #d8e0ea;
    margin: 0;
    padding: 4px;
}

table.n {
    border:0px;
    margin:0px;
}


p, li, td, form, textarea, input {
    font-size: 1.1em;
    font-family: Georgia, serif;
}

li, td, input, textarea {
    margin: 2px 0;
}

span.highlight {
    background: #ffffcc;
}

pre {
font-family: Verdana, sans-serif;
background: #f5f5f5;
padding: 0.5em;
border: 1px solid #ccc;
border-left: 3px solid #ccc;
}

code {
font-size: 100%;
font-family: Verdana, sans-serif;
}