@charset "UTF-8";
/* CSS Document */

body {
	margin: 30px 0 0 40px;
	font: 1em Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #717174;
}

a {
	color: #717174;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header p {
	font-size: 0.9em;
}

#contact {
	margin-top: 100px;
}
#contact p {
	font-size: 0.8em;
}
#contact .title {
	color: #515153;
	font-weight: bold;
}