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


p.link{
	font-size: 80%;
	color: #666666;
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}
p.link a{
	color: #666600;
	text-decoration: none;
	border-bottom: 2px dotted #798A57;
	}

p.link a:hover{
	color: #CC9900;
	}
