.display {
	border: 1px orange solid;
}
.highlight {
	font-size: 10px;
	background-color: #efefee;
}
.navtop {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	border-top: 1px black solid;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pombody {
	font-size: 10px;
	background-color: white;
	border-top: 1px solid black;
}
.clearbody {
	font-size: 10px;
	background-color: white;
	
}	
.pomhead {
	font-size: 10px;
	font-weight: bold;
	background-color: #ffce47;
}
.clearhead {
	font-size: 10px;
	font-weight: bold;
	background-color: #ff8447;
}	
.prodsect {
	background-color: #cccccc;
}
.product {
	border: 2px orange solid;
}
.sidenav {
	margin-top: 3px;
	border: 1px orange solid;
	font-size: 12px;
}
.startle {
	background: #ffce47;
}
a {
	text-decoration: none;
	color: black;
}
body {
	background-color: #eeeeee;
}
p, h1, h3, h4, td, li, ol, body {
	font-family: verdana, helvetica, sans-serif;
}
