body {
	color: black;
	background-color: white;
	padding: 1%;
}
img {
	border-style: none;
}
hr {
	clear: both;
}
p {
	text-indent: 1em;
}
div {
	text-indent: 0em;
}
div.date {
	text-indent: 0em;
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 0.2em;
}

.header, .footer {
	position: relative;
	line-height: 1.2;
}
.header div.link {
	text-align: left;
}
.header div.update {
	float: right;
	text-align: right;
}
.footer div.link {
	text-align: left;
}
.footer div.address {
	float: left;
	text-align: left;
}
.footer div.date {
	float: right;
	text-align: right;
}
.footer div.logo {
 	text-align: center;
}
.footer div.copyright {
 	text-align: center;
}

.urlref {
	margin-left: 2em;
}

.list {
	text-indet: 0em;
}
.list ul {
/*
	margin-left: 0em;
*/
	margin: 0em;
	list-style-type: disc;
	line-height: 1.5em;
}
/*
.list a:hover, .list a:focus {
	background-color: black;
	color: white;
	text-decoration: none;
}
*/

.ex {
	color: white;
	background-color: black;
	position: relative;
/*
	margin-left: 10%;
*/
	left: 5%;
	width: 75%;
	padding: 0.2em;
}
