@charset "utf-8";
body {
	font-size: 12px;
	color: #666666;
}
h1 {
	color: #FFFFFF;
	background-color: #61E1D2;
	width: 758px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}


a:hover {
	color: #666666;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
p {
	line-height: 150%;
}

