body { font-family: arial, san-serif; } table { border-collapse: collapse; border: 1px solid black; } th { text-align: left; border: 1px solid black; background: gray; color: white; padding: 0.2em; } td { border: 1px solid black; padding: 0.2em; } #header { height: 10%; overflow:hidden; background-color: #3ac; border-top: 4px solid #111; border-right: 3px solid #121; border-left: 3px solid #121; text-align: right; } #header h1 { font-size: 20px; float: left; vertical-align: middle; } #header li{ font-size: 14px; padding-right:10px; display:inline; } #header u1 { list-style: none; float:right; vertical-align: middle; } a { color: blue; } #header h1 a { text-decoration: none; color: black; } #bodycontent { text-decoration: none; color: black; } #navlist li { display: inline; list-style-type: none; padding-right: 10px; }