body {
	font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-size: 18px;
	line-height: 26px;
}

strong {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
}
#container {
	width: 747px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

p {
	width: 522px;
	margin-bottom: 18px;
	}
	
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 44px;
	margin-bottom: 44px;
	
}

a:link, a:active, a:visited { 
	color: black;
	text-decoration: none;
	/*border-bottom: 2px solid black;*/
	font-weight: 600;
}
	
a:hover {
	border-bottom: 2px solid black;
}

a.client{
	position: absolute;
	display: block;
	background: #002FA7;
	color: white;
	font-family: arial, sans-serif;
	font-size: 8px;
	line-height: 8px;
	letter-spacing: 2px;
	border: none;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	padding: 5px;
	bottom: 26px;
	right: 26px;
}

a.client:hover {
	border: none;

}

