body {
  background: #666633;
  color: white; }

a:link, a:visited {
  color: white; }

#header a:link, #header a:visited {
  color: white;
  text-decoration: underline; }

#menu {
  background: black;
  color: #cc9900; }
  #menu a:link, #menu a:visited {
    color: white;
    text-decoration: none; }

#logo {
  border: 2px solid black;
  background-color: #cc9900; }
  #logo a:link, #logo a:visited {
    color: #666633;
    text-decoration: none; }

#most-clicked {
  color: white; }
  #most-clicked a:link, #most-clicked a:visited {
    color: white; }

.content {
  color: black; }
  .content a:link, .content a:visited {
    color: black;
    text-decoration: underline; }

h2.content-title {
  background: #cc9900;
  margin-bottom: 10px;
  padding: 6px;
  color: white; }

.news-block {
  background: #666633;
  color: #666633; }
  .news-block a:link, .news-block a:visited {
    color: #666633; }

.news-block-title {
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: #cccccc;
  background: #cc9900; }
  .news-block-title a:link, .news-block-title a:visited {
    color: white; }

.news-block-time {
  color: black;
  background-color: #cccccc;
  border-top: 2px solid #363636;
  border-bottom: 2px solid #363636; }

.news-block-items {
  border-width: 0 0px 0px 0px;
  border-style: solid;
  border-color: #cccccc; }

.news-block-item a:hover {
  background-color: #dedede; }

div.error,
#flash_failure {
  color: #d12f19; }

div.error a,
#flash_failure a {
  color: #d12f19; }

div.notice,
#flash_notice {
  color: #817134; }

div.notice a,
#flash_notice a {
  color: #817134; }

div.success,
#flash_success {
  color: #529214; }

div.success a,
#flash_success a {
  color: #529214; }
