@charset   "UTF-8";
UL {
  padding-left: 0px;
  margin-left: 0px;
}
.sub0 {
	width: 190px;
	height: 20px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
	color: navy;
	font-size: 16px;
}
.sub1 {
  width: 190px;
  height: 30px;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-top-color: green;
  border-bottom-color: green;
  padding-left: 10px;
  padding-top: 5px;
}
.sub2 {
  width: 190px;
  height: 30px;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-top-color: green;
  border-bottom-color: green;
  padding-left: 30px;
  padding-top: 5px;
}
A {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: blue;
}
A:LINK {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: blue;
}
A:VISITED {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: blue;
}
A:HOVER {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: green;
  background-repeat: no-repeat;
  background-position: left center;
  letter-spacing: 5px;
}
A:ACTIVE {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: blue;
}


