@import url('/css/mbmain.css');

.emphasis {
  font-weight: bold;
}

#form1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

ul {
  padding-left: 20px;
  list-style-type: square;
}

ul li {
  margin-bottom: 5px;
}

#form1 select.bodytext {
  font-color: #000 !important;
}

a {
  text-decoration: none;
  border-bottom: 1px dotted #245c7a;
}

a:link {
  text-decoration: none;
  border-bottom: 1px dotted #245c7a;
}
a:visited {
  text-decoration: none;
  border-bottom: 1px dotted #245c7a;
}
a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #245c7a;
}
a:active {
  text-decoration: none;
  border-bottom: 1px dotted #245c7a;
}


