img {
	margin : 10px 10px 0px 10px;
}

h1 {
    text-align : center;
	margin-top : 1ex;
}

h3 {
    color : yellow;
}

p {
	border-top : dotted;
	border-top-width : 1px;
	padding : 1ex 2em 1ex 2em;
	clear : both;
}

p img {
	float : left;
}

.summary {
	width : 45em;
	margin : 1ex auto 1ex auto;
	text-align : left;
}

.index {
    text-align : center;
    width : 32em;
    margin : 1em auto 1em auto;
}

.linktable {
	text-align : left;
	width : 41em;
	margin : 2ex auto 2ex auto;
}

