@import "/menu.css";

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
P {
	margin-right: 1cm;
	text-align: justify;
}
P.lastmod {
	margin-right: 0;
	text-align: right;
	font-size: smaller;
}
P.indent {
	margin-left: 1cm;
}

H1,H2,H3 {
	text-align: center;
}

TABLE {
	width: 100%;
	margin-right: 1cm;
}
TD,TH {
	vertical-align: top;
	text-align: justify;
}
TD.outer {
	text-align: left;
}
A:link {
	color: #0000FF;
	text-decoration: none;
}
A:visited {
	color: #551A8B;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

A:link IMG {
	border: 2px blue solid;
}

A:visited IMG {
	border: 2px #551A8B solid;
}

A:link IMG.nb {
	border: none;
}

A:visited IMG.nb {
	border: none;
}
