@charset "US-ASCII";
@import url("../index.css");

@media screen {
  
  dt {
    color: #a95;
    font-weight: bold;
  }
  
  dd dl {
    margin-bottom: 1em;
  }
  
  dd dt {
    color: #000;
  }
}
