a:hover { text-decoration:none; }

/* Shared "Logs" template (index, guestbook, survey, qanda) */
body {
    background-color: #FFFBCA;
    background-image: url("../images/nth_logs_bg.gif");
    color: #000000;
    margin: 0;
    font-family: Arial, sans-serif;
}
a:link { color: red; }
a:visited { color: gray; }
a:active { color: #FE8B5A; }

h1 { font-family:Arial; font-size:14pt; color:rgb(128,64,0); }
h2 { font-family:Arial; font-size:12pt; color:rgb(217,108,0); }
h3 { font-family:Arial; font-size:12pt; color:rgb(217,108,0); }
h4 { font-family:Arial; font-size:12pt; color:rgb(128,64,0); font-weight:bold; }
p { font-family:Arial; color:rgb(0,0,0); }

p.namo-list { font-family:Arial; font-size:12pt; color:rgb(128,0,0); }
p.namo-sublist { font-family:Arial; font-size:10pt; color:rgb(221,116,0); }

/* Tab-style site nav, styled after hedgeapplefruit.com's menu bar */
.site-nav {
    background-color: #85a157;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    padding: 6px 0;
    text-align: center;
}
.site-nav a {
    text-decoration: none;
    color: #fff;
    margin: 0 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.site-nav a:hover {
    text-decoration: underline;
    color: #28556b;
}
.site-nav .sep { color: #fff; }
.site-footer-nav {
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.site-footer-nav a {
    text-decoration: none;
    color: #85a157;
    margin: 0 8px;
}
.site-footer-nav a:hover {
    text-decoration: underline;
    color: #28556b;
}
.site-footer-nav .sep { color: #333; }
