body {
	background-color: #00807F;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
   float: left;
}

li a {
	display: block;
	padding-left: 1.25em;
	margin-top: -8px;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: mediumorchid;
	text-decoration: underline;
	cursor:url("/images/ui/cursor-hover.png"), auto;}

#spacer {
	height: 70px;
}

#web-space {
	width: 1000px;
	height: 600px;
	margin: auto;
}

#main {
	width: 950px;
	height: 606px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -2em;
	position: relative;
}

#navbar {
	height: 18px;
	width: 675px;
    position: absolute;
	font-family: W95font;
	font-size: 18px;
	padding-bottom: 0.7px;
	margin-top: 0.65em;
	margin-left: 0.5em;
		<--/* borders */-->
			<--/* bottom border */-->	
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #7C7C7C;
}

#links {
	display: flex;
	position: relative;
	padding: 10px;
	margin-left: 60px;
	margin-right: auto;
}

#links2 {
	display: flex;
	position: relative;
	padding: 10px;
	margin-left: 60px;
	margin-right: auto;
}

.half-windows {
	align-content: center;
	position: relative;
	<--/* borders */-->
		<--/* top border */-->	
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #e3e3e3;
		<--/* bottom border */-->	
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #7C7C7C;
}

#toolbar {
    image-rendering: crisp-edges;
 	margin-left: 23px;
}

.icons {
	image-rendering: crisp-edges;
	margin-right: auto;
	position: relative;
	
}

.captions {
	display: flex;
	position: relative;
	margin-top: -20px;
	width: 100px;
	text-align: center;
	
}

.words {
	padding-left: 70px;
	padding-right: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	text-decoration: underline;
	position: relative;
}

.bottom {
	margin-left: 0.25em;
	font-size: 18px;
}

#taskbar {
	position: absolute;
	margin-left: -14%;
	margin-top: 3%;
	overflow: hidden
}


a.file:link {
	color: black;
	text-decoration: none;
}

a.file:visited {
  color: black;
  text-decoration: none;
}

a.file:hover {
   color: black;
	text-decoration: underline;
	cursor:url("/images/ui/cursor-hover.png"), auto;
}


a.footer1:link {
	color: whitesmoke;
	text-decoration: underline
}

a.footer1:visited {
	color: whitesmoke;
	text-decoration: underline;
}

a.footer1:hover {
	color: gold;
	cursor:url("/images/ui/cursor-hover.png"), auto;
}

