
body {
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

span.code {
	font-family: "Courier New", Courier, monospace;
}

p.copyright {
	text-align: center;
}

p.validator {
	text-align: center;
}

div.main {
	width: 80%;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	padding: 10px;
	border: 1px solid gray;
}

div.banner {
	display: inline-block;
	vertical-align: top;
}

img.logo {
	max-width: 75px;
	max-height: 75px;
}

a:link {
	text-decoration: underline;
	color: gray;
	background: #f8f8f8;
}

a:visited {
	text-decoration: underline;
	color: gray;
	background: #f8f8f8;
}

a:hover {
	text-decoration: underline;
	color: gray;
	background: #e8e8e8;
}

a:active {
	text-decoration: underline;
	color: gray;
	background: #e8e8e8;
}

h1 {
	font-size: 1em;
}
d-topics-list iframe{
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
}


