/*
Theme Name: Customizr_Foerderverein
Version: 1.0
Description: Child Theme für Förderverein des Seddiner Sees
Template: customizr
Author: Thomas Rebouillon
*/

body {
  background: none repeat scroll 0 0 #545454;
  color: #FFFFFF;
  padding-bottom: 0px;
}

h1.entry-title {
  color: white;
  font-size: 1.6em
}

/*
h1.entry-title {
  display: none;
}
*/

/* unvisited link */
a:link {
  color: #999999;
}

/* visited link */
a:visited {
  color: #999999;
}

/* mouse over link */
a:hover {
  color: #FFFFFF;
}

/* selected link */
a:active {
  color: #FFFFFF;
}