@font-face {
    font-family: 'calibriregular';
    src: url('../fonts/calibri-webfont.eot');
    src: url('../fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri-webfont.woff') format('woff'),
         url('../fonts/calibri-webfont.ttf') format('truetype'),
         url('../fonts/calibri-webfont.svg#calibriregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-size: 16px;
}
p{
	margin-top: 10px;
	clear: both;
	height: 25px;
}
.linkedin{
	float: left;
	margin-top: -1px;
	margin-left: 5px;
}
