body {
	margin: 20px 0 0 20px;
	padding: 0;
	line-height: 1.4;
	color: #333;
	font-size: 0.9em;
	font-family: Georgia, serif;
}

a:hover {
	color: white;
	background: blue;
}

#menubar {
	background-color: #6FF;
	height: 2em;
	width: 600px;
	padding-top: 0.2em;
}
#menutop {
	position: absolute;
 	background: inherit;
	padding-top: inherit;
}
#menugt {
	position: absolute;
	background: inherit;
	padding-top: inherit;
	left: 150px;
}
#menumt {
	position: absolute;
	background: inherit;
	padding-top: inherit;
	left: 300px;
}
#menulnk {
	position: absolute;
	background: inherit;
	padding-top: inherit;
	left: 450px;
}

.t1 {
	margin-left: 20px;
	width: 600px;
	margin-bottom: 20px;
}

.st {
	margin-left: 10px;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.numbered {
	list-style: decimal
}

.unnumbered {
}

.ppt {
	font-size:15px;
}
.tabel {
  width: 25%;
}
