/* The hyperlink stylesheet styles the forms page. */
     
p a {
     text-decoration: none;
     color: #F36D14;
     font-weight:520;
     font-family: arial, sans-serif;
     border:  3px #000 solid;
     border-radius: 30px;
     padding: 1px 5px;
     }
#nav_menu ul { list-style-type: none;}
#nav_menu ul li {float: left;}
#nav_menu ul a {
     text-align: center;
     display: block;
     width: 220px;
     padding: .5em 0;
     text-decoration: none;
     background-color: blue;
     color: white;
     font-weight: bold;
     border-right: 2px solid white;
     }
#nav_menu ul li a.lastitem {border-right: none;}
#nav_menu ul li a:hover {background-color: darkorange;}

/*#nav_menu ul{
       list-style-type: none;
       padding: 1em 0;
       text-align; center;
       border-top: 2px solid black;
       border-bottom: 2px solid black;
        }
#nav_menu ul li{    
       display: inline;
       padding: 0 1.5em;
        }
#nav_menu ul li a{
       font-weight: 500;
       color: blue;
        }
#nav_menu ul li a.current{
       text-decoration:none;
        } */