body {
	background-image: url('logo_lightgreen.jpg');
	background-repeat: repeat;
	border-color: transparent;
	padding: 5px;
	color: #006600;
}

.content {
	position: absolute;
	width: 80%;
}

.navbar {
	position: absolute;
	font: bold 12pt "Times New Roman", Times, serif;
	background: #006600;
	padding: 0px 12px 0px 1px;
	width: 135px;
	height: auto;
	border-style: groove;
	text-align: right;
	margin-right: 10px;
	top: 5px;
	right: 10px;
	
}

.navbar li {
	list-style: none;
	margin-right: 5px;
	border-color: #ff7f00;
	border-style: none;
	border-bottom-color: #99ff99;
	border-bottom-style: solid;
}

.line {
	list-style: circle inside;
	display: inline;
}

.navbar a:link {
	color: #ffff99;
	text-decoration: none;
	font-style: normal;
	font-weight: 800;
}

.navbar a:visited {
	color: #E6F7D4;
	text-decoration: none;
	font-style: normal;
	font-weight: 800;
}

.navbar a:hover {
	color: #ff9900;
	text-decoration: underline;
	font-weight: bold;
}

a:link {
	color: #cc6633;
	text-decoration: none;
	font-style: normal;
	font-weight: 800;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #003366;
	text-decoration: none;
}

p {
	text-align: left;
	font: normal 12pt "Times New Roman", Times, serif;
	text-decoration: none;
	border-spacing: 2px 1px;
	border-width: 20px;
	margin: 25px 160px 25px 25px;
	z-index:1
}

pre {
	text-align: left;
	font: normal 12pt "Times New Roman", Times, serif;
	text-decoration: none;
	border-spacing: 2px 1px;
	margin: 25px 160px 25px 25px;
	display: inline
	}

h1, h2, h3 {
	padding-right: 10px;
	color: #006600;
	margin-right: 25px;
	margin-bottom: 25px;
	text-align: center;
	z-index: auto;
	visibility: visible;	
}

hr {
	color: #003366;
	height: 2px;
	width: 80%;
	margin-left: 150px;
}

.all {
	padding: 15px;
	margin: 15px;
}

li {
	list-style: circle inside;
}

