@charset "UTF-8";
@import url(reset.css);
@import url(main.css);

.bold {
   font-weight: bold;
}

.dred {
  color:#D81851;
  font-weight:bold;
}

.dred2 {
  color:#D81851;
  font-weight:bold;
  border-bottom:1px dotted;
}

.dot {
  border-bottom: 2px dotted #D81851;
}

.font-bg {
  background-color: #FEFC7B;
}
