hr {
        height: 3px;
        background-color: #0000FF;
        border: none;
}

.topnav {
            background-color: blue;
            color: white;
            overflow: hidden;
            width: 100%;
            position: fixed;
            top: 0;
            z-index: 3;
	          padding:0
        }
 
        .topnav a {
            float: left;
            display: block;
            color: white;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
            font-size: 20px;
            margin-bottom:2px;
        }    
        
        a {
          color:white;
          }
.p{
  color:"black"
}  