@media screen {
	h2 {
		margin: 5px 0 1em 0;
		line-height: 1em;
	}
	h2 span {
		font-weight: normal;
		font-size: 80%;
	}
	h3 {
		font-size: 100%;
	}
	h3 a {
		text-decoration: none;
		color: #000;
	}
	h3 a:hover {
		text-decoration: underline;
	}
	p {
		text-align: justify;
	}
	img {
		border: 1px solid black;
		margin: 3px 0px 5px 12px;
		float: right
	}
	hr {
		clear: both;
		border: none;
		border-top: 1px solid #e2e2e2;
		margin: 20px 10% 20px 10%;
		padding: 0;
		height: 1px;
	}
}