@charset "UTF-8";

/* =========================================================
   Base
========================================================= */

/* elements
----------------------------------------------- */
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-family: verdana;
}
div {
  font-size: small;
  line-height: 1.3;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  list-style-position: outside;
}
rp, rt {
  font-size: 80%;
  text-decoration: none;
}
a {
  color: #1A54B8;
  text-decoration: underline;
}
a:visited {
  color: #7A49B6;
}
a:focus {
  color: #ffffff;
}