/* ************************** Style for navigation bar ************************ */ table.nav-bar { color: white; background: rgb(0%, 25%, 50%); font-size: smaller; font-weight: bolder; text-decoration: none; text-align: center; font-family: verdana, sans-serif; } a.nav-bar:link, a.nav-bar:visited { color: white; background: rgb(0%, 25%, 50%); text-decoration: none; text-align: center; font-family: verdana, sans-serif; } a.nav-bar:active, a.nav-bar:hover { color: rgb(0%, 25%, 50%); background: white; text-decoration: none; text-align: center; font-family: verdana, sans-serif; }