body
{
  background-color:#ffffff;
}

@font-face {
  font-family: 'Playball';
  font-style: normal;
  font-weight: 400;
  src: local('Playball'), local('Playball-Regular'), url(http://themes.googleusercontent.com/static/fonts/playball/v3/bTcyeVjOJ0HzO36ebPilS3YhjbSpvc47ee6xR_80Hnw.ttf) format('truetype');
}

h1 {font-family: 'Playball', cursive;
  color:#000099; 
  font-weight:normal;
  text-align: center;}
h2 {font-family: 'Playball', cursive;
  color:#000099;}
h3 {font-family: 'Playball', cursive;
  color:#000099;}
h4 {font-family: 'Playball', cursive;
  color:#000099;}

/* a.hover to hide a link until the mouse is over it */
  a.hover:link {text-decoration:none;}    /* unvisited link */
  a.hover:visited {text-decoration:none;} /* visited link */
  a.hover:hover {text-decoration:underline;}   /* mouse over link */
  a.hover:active {text-decoration:underline;}  /* selected link */
  
div.twocolumn
{
  -moz-column-count:2; /* Firefox */
  -webkit-column-count:2; /* Safari and Chrome */
  column-count:2;
}

  
div.threecolumn
{
  -moz-column-count:3; /* Firefox */
  -webkit-column-count:3; /* Safari and Chrome */
  column-count:3;
}