@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	line-height: 150%;
}
a:link {
	color: #6a5acd;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #6a5acd;
}
a:hover {
	text-decoration: underline;
	color: #6a5acd;
}
a:active {
	text-decoration: none;
	color: #6a5acd;
}
.font1 {
	font-size:-2;
}
p.box {
	border-bottom: 1px solid #6a5acd;
	font-size: 16px;
	color: #6a5acd;
}
.font2 {
	font-size: 16px;
	color: #6a5acd;
	font-weight: bold;

}
.pdf-link {
  color: blue;
  position: static;
  text-decoration: underline;
  cursor: pointer;
}


