/*
	Structure styles
	
	For containers and main layout instructions
*/
/* Resets -------------------------------------------------------------------*/
* {margin: 0;padding: 0}
a img {border: 0}
img, embed, object {vertical-align: baseline}

a {
	color: #2f72a1;
}
a:hover {
	color: #d32f02;
	text-decoration: none;
}
a.more {
	display: block;
	margin: 12px 0 0;
	color: #000;
	text-decoration: none;
}
a.more:hover {
	color: #d32f02;
}

p {
	margin: 0 0 1.333em;
}

h1 {
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 0.5em;
	color: #000;
}
h2 {
	font-size: 1.466em;
	font-weight: normal;
	line-height: 1.25;
	margin: 0.91em 0 0.16em;
	color: #000;
}

/* End of file ./style/elements.css */