@charset "UTF-8";
/* CSS Document */

.demo-show {
  margin:0;
}
.demo-show h4 {
  font-family:Georgia, "Times New Roman", Times, serif;
  margin: 0;
  font-size:12px;
  color:#A2DFFC;
  text-decoration:none;
  font-weight:normal;
  font-style:italic;
}

.demo-show h4:hover {
  font-family:Georgia, "Times New Roman", Times, serif;
  margin: 0;
  font-size:12px;
  color:#FFFFFF;
  font-weight:normal;
  font-style:italic;
}

.demo-show div {
  padding: .5em .25em;
}

