* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

span.ellipsis {
	letter-spacing: 4px;
}

body#home {
	margin: 50px auto 100px;
	width: 750px;
}

body#home h1,
body#home div#content {
	margin-left: 280px;
}

body#home h1 {
	font-family: "Courier New", monospace;
	font-size: 24pt;
	margin-bottom: 1em;
}

body#home img#portrait {
	border: 1px solid black;
	float: left;
}

body#home div#content div#bio {
	margin-bottom: 2em;
}

body#home div#content ul#actions {
	list-style: none;
}

body#home div#content ul#actions li {
	margin-bottom: 1.5em;
}

body#home div#content ul#actions li span {
	font-family: "Courier New", monospace;
	font-size: 14pt;
	font-weight: bold;
}

body#home div#content ul#actions li ul {
	list-style: disc;
	margin-left: 3em;
}
