/* NDOS Style */

body {
	color: navy;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border-style: solid;
	border-radius: 15px;
	border-width: 1px;
	border-color: navy;
	padding: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	font-weight: normal;
	border-bottom: 1px solid navy;
	font-family: Futura, Verdana, Arial sans-serif;
	font-size: 250%;
	color: navy;
}

h2 {
	font-size: 130%;
	font-weight: normal;
}

h3 {
	font-weight: normal;
	text-decoration: underline;
}

li {
	margin-bottom: 10pt;
	margin-top: 10pt;
}

td {
	border: 1px solid blue;
}

em {
	font-weight: bold;
	font-style: normal;
}

footer {
	margin-top: 30px;
	font-size: 50%;
	text-align: center;
	line-height: normal;
}

#logo {
	width: 80%;
	margin-bottom: 20px;
	margin-left: 74px;
}

#wrapper {
	background: #f2f5f7;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.question {
	font-weight: bold;
}