body {
	font-family: "Times New Roman", Times, serif;
	color: black;
	margin: 0 10% 0 20%;
	padding: 0;
	background: #fc7;
}
h1 {
	color: red;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	text-align: center;
	color: blue;
	margin: 1.5em 0;
}
h3 {
	text-indent: 5%;
	color: black;
}
dfn {
	border-color: black;
	border-style: dotted;
	border-width: 0 0 2px 0;
}
table {
	border-collapse: collapse;
	text-align: center;
}
td {
	border-width: 1px 0;
	border-style: solid;
	border-color: black;
	padding: 0 0.3em;
}
#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 15%;
	background: #fb4;
}
#sidebar img {
	margin-left: 10%;
	border: none;
}
#sidebar ul {
	padding-left: 10%;
}
#sidebar li {
	padding-top: 1em;
}
.nav a {
	color: black;
	font-style: normal;
}
.nav {
	text-align: center;
}
.nodot li {
	list-style-type: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.nolines td {
	border-style: none;
}

