@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 22px;
	margin-top: 35px;
}

h3 {
	font-size: 20px;
	margin-top: 0px;
}

div.articles {
	border: 1px solid #CCCCCC;
	background-color: #FFCD9B;
	padding: 10px;
	margin: 35px 20px 35px 0px;
	height: 100%;
}

div.articles p {
	line-height: 25px;
	word-spacing: 2px;
}

div.image {
	margin-top: 15px;
	text-align: center;
}

div.links {
	font-size: 14px;
	text-align: center;
}

div.footer {
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
}
