/*
 * Cascading style sheet for Peter's personal info
 * © 2000-2008 Peter Krefting
 */

table {
	border-collapse: collapse;
	margin: 0.5em 1em;
	empty-cells: show;
}

th, td {
	text-align: left;
	border-bottom: 1px solid black;
	padding: 2px 2px;
}

th {
	border-right: 1px dashed black;
}

body {
	voice-family: male;
}

big {
	volume: 110%;
}

h2#ommig {
	clear: none;
}

.floatleft {
	width: 285px;
	margin: 0 0 0 5px;
}

.indentaroundme {
	margin-left: 285px;
}

.floatright {
	width: 330px;
	margin: 0 5px 0 0;
}

.indenttotheright {
	margin-right: 330px;
}

