.menu {
		 			display: block;
					font: 1em "Arial", sans-serif;
					font-weight: bold;
					
					border-left: aqua;
					border-top: aqua;
					border-right: black;
					border-bottom: black;
					border-style: outset;
					padding-left:6px;
					padding-right:6px;
					padding-top:3px;
					padding-bottom:3px;
					width:160px;
					background-color: silver;
					margin: 2px;
}

.prop {
			 		float: right;
					width: 1px;
}

.min720px {
					height: 720px;
}

a.menu:link {color:  black; text-decoration: none;}
a.menu:visited {color:  black; text-decoration: none;}
a.menu:active {color: black;; text-decoration: none;}
a.menu:hover {color: black; background-color: aqua;}

#navpane {
				 	position: absolute;
					left: 0px;
					top: 145px;
					background-color:teal;
					color: black;
					padding:4px;
					
}

#masthead {
					position:  absolute;
					left:4px;
					top: 4px;
					border:5px;	
					border-left-color:aqua;
					border-top-color:aqua;
					border-right-color:black;
					border-bottom-color:black;
					border-style:solid;
					background-color: rgb(192, 192, 192);
					width: 98%;
}

#btn {
		 			border-style: solid;
					border-left:3px aqua;
					border-top:3px aqua;
					border-right:3px black;
					border-bottom:3px black;
					padding-left:6px;
					padding-right:6px;
					padding-top:3px;
					padding-bottom:3px;
					width:80px;
					background-color: silver;
					display: block;
					margin: 5px;
}

#content {
				  position: absolute;
					top: 148px;
					left: 192px;
					display: block;
					padding:15px;
					background-image: url(images/chalk.jpg);
					background-repeat: repeat;
					margin-right: 5px;
}

#content object {
	float: left;
	margin: 0 10px 0px 0;
}

#datatable {
					 position: relative;
					 top: 0px;
					 left: 0px;
}

#footer {
				  clear: both;
    			border-top:2px solid #000000;
    			text-align:left;
    			font-size:80%;
					bottom: 3px;
}


#red {
			color: red;
}

#einstein {
					float: right;
					position: relative;
					top: 50px;
					padding-left: 10px;
					padding-bottom: 75px;
}

#dunce {
			 		float: left;
					padding-right: 10px;
}

body {
		 			background-color:teal;
}
h1 {
					text-align: center;
}
h5 {
	 				text-align: center;
					color: aqua;
					font: 1.2em "Arial", sans-serif;
					margin: 0px 0px;
}