/* ------------------ default typography ---------------------- */
/* based on owen brigg's recommended browser-independent sizes */
body {
	background-color:#fff;
	font-family: arial, helvetica, sans-serif;
	font-size:86%;
	margin: 5em;
	padding: 0px;
}

p, td, th, div, form, span, table {
	font-family:arial, helvetica, sans-serif;
	font-size:1em;
}

code, div {
	padding:0.5em;
	margin:0.5em;
}

code {
	display:block;
	font-family: "Courier New", serif;
	background: #eee;
}

div.before{
	background: #eef;
}
div.after{
	background: #eff;
}

a img {
	border:0;
}

ul.staffList {
	list-style-type:none;
}

img.env {
	height:16px;
	width:16px;
	padding-right:4px;
}

/* sample link class */
a.deadAuthor:link, a.deadAuthor:visited, a.deadAuthor:hover, a.deadAuthor:active {
	color:red;
}
/* sample link class */
a.european:link, a.european:visited, a.european:hover, a.european:active {
	text-decoration:none;
}

/* sample link class */
a#authorContact:link, a#authorContact:visited, a#authorContact:hover, a#authorContact:active {
	font-weight:bold;
}
