/*
-------------------
Fonts
-------------------
*/

@font-face {
	font-family: 'Monda';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/monda.woff') format('woff');
}

/*
-------------------
Body and main tags
-------------------
*/

body {
	background: #FFF;
	font-family: sans-serif;
	color: #111;
	font-size: 12px;
	line-height: 2.4em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Monda';
}

a {
	color: #34BEED;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	line-height: 30px;
	list-style-type: square;
	padding: 0 20px;
}

li {
	margin: 15px 0;
}

p {
	margin-bottom: 30px;
}

img.logo {
	width: 64px;
	display: block;
	image-rendering: optimizeSpeed;
}

div.letterMain {
	border: 3px solid #333;
	box-shadow: 4px 4px #999;
	width: 480px;
	padding: 40px;
	margin: 0 auto 30px auto;
	text-align: justify;
	display: block;
}
