@charset "UTF-8";
article h2 {
	font-size: 16px;
	color: #6692c0;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
article p {
	margin-right: 20px;
	margin-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c8c8c8;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
article  a {
	color: #969696;
	text-decoration: underline;
	-webkit-transition:color 500ms ease 0;
	-moz-transition:color 500ms ease 0;
	-o-transition:color 500ms ease 0;
	transition:color 500ms ease 0;
	text-shadow: none
}
article  a:hover {
	text-decoration: underline;
	color: #333333;
}
