
body {
    color: #000000;
    font-family:helvetica,arial,sans-serif;
}

/*
h2, h3 {
    margin-bottom: .15em;
    font-size: 200%;
    font-weight: bold;
    letter-spacing: -1px;
}
*/

h2 {
    font-size: 220%;
    margin-top: 0;
    color: #88A308;
    /*margin-top: 0;*/
    position: relative;
    z-index: 31;
    line-height:1;
    text-align: center;
}

h3 {
    font-size: 150%;
    color: #0066cc;
    line-height:1;
    font-weight: normal;
}

p {
    font-size: 100%;
    /*line-height:1.3;*/
    /*color:#555555;*/
}

h2+p {
    font-size: 120%;
}

a: link, a:visited {
    text-decoration: none;
}

div#site_info p {
    color: #fff;
}

a {
    color: #374851;
    font-weight: normal;
}

a:visited {
    color: #5a717d;
}

a:hover {
    color: #ff6600;
    background-color:#E0F2C2;
}

