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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0084C9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0084C9;
}
a:hover {
	text-decoration: underline;
	color: #60C1C3;
}
a:active {
	text-decoration: none;
	color: #0084C9;
}
.font1 {
	font-size:small;
}
p.box {
	border-bottom: 1px solid #0084C9;
	font-size: 16px;
	color: #0084C9;
}
.font2 {
	font-size: 1.2em;
	color: #0084C9;
	font-weight: bold;

}
.font3 {
	font-size: 2em;
	font-weight: bold;

}
.font4 {
	font-size: 1.2em;
}