/* general colors of the website: */
body {
  color: #000000;
  background-color: #ecd4bc;
}

a:link { 
  color: #006a77;
}
a:visited { 
  color: #006a77;
} 
a:hover { 
  color: #006a77;
}  
a:active { 
  color: #006a77;
} 
a:focus { 
  color: #006a77;
}

/* color of title and other headings: */
h2.title {
  color: #8c2532;
}

h1.title {
  color: #8c2532;
}

/* in general headings are "red-ish": */
h2 {
  color: #8c2532;
}

h3 {
  color: #8c2532;
}

h4 {
  color: #8c2532;
  margin-bottom: 0em;
  padding-bottom: 0em;
}

/* for centered headings etc: */
.centered {
  text-align: center;
}

/* for some inline-headings: */
.heading {
  color: #8c2532;
  font-weight: bold;
}

/* "navigation panel": */
div.navi {
  font-family: Helvetica, sans-serif;
  font-size: .8em;
}

/* for "latest news" etc: */
.important {
  color: #8c2532;
  font-size: 1.1em;
}

/* footer: */
.footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .7em;
}
