body {background-color: rgb(0, 0, 102); } /* dark blue background */ A {color: rgb(255,255,150);} A:link {text-decoration: none} A:visited {text-decoration: none} A:active {text-decoration: none} A:hover {text-decoration: underline; color: cyan;} h1 {color: rgb(251, 251, 51);} h2 {color: rgb(251, 251, 51);} h3 {color: rgb(251, 251, 51);} h4 {color: rgb(251, 251, 51);} .itemtext { font-family: Arial,Helvetica,sans-serif; color: rgb(250,250,200);;} .menu { font-family: Arial,Helvetica,sans-serif; color: rgb(255, 255, 51); float: left; font-size: larger; list-style-image: url(); display: block; width: 30%; height: 100%; } .submenu { font-family: Arial,Helvetica,sans-serif; color: rgb(255, 255, 51); float: left; font-size: larger; list-style-image: url(); display: block; width: 100%; } .content { font-family: Arial,Helvetica,sans-serif; color: rgb(255, 255, 255); background-color: rgb(0, 0, 102); float: right; display: block; position: relative; width: 70%; height: 100%; } .foot { font-family: Arial,Helvetica,sans-serif; font-size: x-small; color: rgb(255, 255, 51); background-color: rgb(0, 0, 102); float: left; display: block; position: relative; }