@import url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400;700&display=swap');

body, td {
	font-family: "Noto Naskh Arabic", sans-serif;
}

h1, h2, h3, h4 {
	font-family: "Noto Naskh Arabic", sans-serif;
	text-align: center;
}

body {
	text-align: justify;
        width: 36em;
        margin: auto;
}

image.picture {
	padding: 0.5em;
	margin: 0.5em;
}

.signature {
	text-align: left;
	margin-left: 2em;
	font-weight: bold;
	font-size: smaller;
}

div.footer, div.footer td {
	text-align: center;
	clear: both;
}

a, a:link, a:active, a:visited {
	color: inherit;
	text-decoration: none;
}


.smaller {
	font-size: smaller;
}

ul.index {
	list-style-type: none;
}

hr {
	width: 90%;
	height: 1px;
}

.footer td {
	width: 33%;
}
