/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group layout */

body {
	/*background: #dceed0;*/
	margin: 1.5em;
}

/* @end */

/* @group typo */

body {
	font-size: 80%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5em;
	max-width: 500px;
}

.employee {
	clear: both;
}

h1,p{
	margin-bottom: 1em;
}

h1 {
	font-weight: bold;
	font-size: 1.5em;
}

h2 {
	font-weight: bold;
	margin: 1em 0 .5em 0;
}

cite{
	display: block;
	margin: .5em 0;
	font-style: italic;
	background: #dceed0;
	padding: .5em;
}

li {
	list-style-type: disc;
	margin-left: 1.5em;
}

a {
	color: #51a914;
	font-weight: bold;
	padding: 0 1px;
}

a:hover {
	background: #51a914;
	color: white;
	text-decoration: none;
}

.back{
	margin-top: 2em;
}

.team img{
	float: right;
	margin: .5em;
}

/* @end */
