 

body {margin:20px;font-size: "100%";background-color:mintcream;
/*	background-image: url("FloScan.jpg");background-position: top;
	background-size:100%;
    background-repeat: repeat-y;
    position: relative; */
 color:black }
<style>

p.ex1 {
    font-family: "Times New Roman"; font-size: 80%;
	font-style:normal; margin-left:15px; padding:15px;
	font-color:midnightblue}

ul { font-size:145%;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0;
    overflow: hidden;
    background-color: midnightblue;
    position: fixed;
    top: 0;
    width: 100%;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 8px 12px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: #444;
}

.active {
    background-color: #4CAF50;
}
</style>
<body>
<ul.topnav>
  <li><a class="active" href="main">Home</a></li>
  <li><a href="products.html">Products</a></li>
  <li><a href="services.html">Services</a></li>
  <li><a href="gallery.html">Gallery</a></li>
  <li><a href="DRP.html">Dual Energy</a></li>
  <li><a href="contact.html">Contact</a></li>
  <li><a href="about.html">About</a></li>
</ul>
</body>


