
/*
** contact
*/

ul.contact {
	width: 850px;
	text-align: left;
}

ul.contact li {
	margin-bottom: 30px;
}

h2 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 5px;
}

h3 {
	font-size: 20px;
	margin-bottom: 2px;
	font-weight: normal;
}

p {
	font-size: 15px;
}

p a {
	color: grey;
}

p a:hover {
	color: black;
	border-bottom: 1px dotted black;
}

