body {
	font-family: 'Cardo';
	margin-left: 2em;
	margin-right: 2em;
	background: black;
	color : white;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.centre {
	text-align:center;
}
.xsmall {
	font-size:x-small;
}
.xxlarge {
	font-size:xx-large;
}
.xlarge {
	font-size:x-large;
}
.hide {
	color: transparent;
}
.underline {
	text-decoration:underline;
}
.chrome,
.ie,
.firefox,
.opera,
.safari {
	background-image : url(http://media.cesaroliveira.net/main/images/web-browsers.png);
	background-repeat : no-repeat;
	padding-left:27px;
	padding-bottom:6px;
}

.chrome {
	background-position : 0px 0px;
}
.ie {
	background-position : 0px -25px;
}
.firefox {
	background-position : 0px -50px;
}
.opera {
	background-position : 0px -75px;
}
.safari {
	background-position : 0px -100px;
}

#who > p,
#work > p,
#work > h3 {
	margin-left:1em;
}
#work > h3 + p {
	margin-left:2em;
}

.borderless {
	border: none;
}

