@charset "UTF-8";

body, html {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	padding: 1em;
	font-size: 13px;
	font-family: 'Trebuchet MS', sans-serif;
	line-height: 20px;
}

.image img {
	display: block;
	margin: 1em auto;
}

ul.links {
	padding: 0;
	margin: 1em 0;
	display: block;
	list-style-type: none;
}

ul.links li {
	margin: 0 1ex;
	padding: 0;
	display: inline;
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #56ADF4;
}

a:active,
a:hover {
	color: #1C35C3;
}

.e-links :last-child {
	display: none;
	speak: none;
}

.vcard,
.contacts {
	display: inline-block;
	vertical-align: top;
}

.contacts {
	text-align: left;
}


