@CHARSET "UTF-8";

hr {
	border: 0;
	border-top: 1px solid #eeeeee;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

#resource {
	height: 570px;
	color: #777;
	font-size: 15px;
	line-height: 20px;
}

#resource strong {
	font-size: 1.2em;
}

#resource a {
	color: #008000;
	text-decoration: underline;
}

#resource a:hover {
	color: #f6820b;
	text-decoration: none;
}