body {
background: #000000 url('images/bg-steel.jpg') repeat-x fixed;
}

a:hover, h1, h1 a, h2, h2 a, #nav .slide-button a:hover, #nav .current_page_item a, #subpages .current_page_item a {
color: #b1ab8f;
}

.post a {
 text-decoration:underline;
 color: #b1ab8f;
}

.post a:hover {
 text-decoration:none;
 color:#fff;
}

.post h2 a {
 text-decoration:none;
}

.post h2 a:hover {
  color:#666666;
}