/* Copyright 2007 Google Inc. All Rights Reserved. */

/*
 * Chalkboard theme stylesheet for Presently.
 */

/* Default Body Content */
.goog-presently-theme-chalkboard {
  font-family: "Comic Sans MS", Arial, sans-serif;
  color: #FFF;
  background-color: #000;
}

.goog-presently-theme-chalkboard .hilite,
.goog-presently-theme-chalkboard .focus {
  border-color: #FFF;
}

.goog-presently-theme-chalkboard a {
  color: #DDD;
}


