/* sample_sass.sass */
#main {
  color: blue;
  font-size: 0.3em; }
  #main a {
    font-weight: bold;
    font-family: serif; }
    #main a:hover {
      background-color: #eee; }
