body {
	background: #fff;
	color: #444; }
	
a {
	color: #222;
	font-weight: 700; }
	
a:visited {
	font-weight: 0;
	color: #666; }
	
input {
	border: 1px solid #aaa;
	background: #eee;
	color: #444; }
	
.box {
	display: block;
	border: 1px solid  #000;
	background: #ccc;
	color: #333 ;
	text-align: center; }
	
.header {
	display: block;
	color: #333;
	font-size: 1.3em;
	text-align: center;
	width: 100%; }
	
.footer {
	display: block;
	color: #333;
	font-size: 0.9em;
	text-align: center;
	width: 100%; }
	
.bg1 {
	background: #ccc;
	display: block;
	width: 100%;
	text-align: left;
	text-indent: 10px; }
	
.bg2 {
	background: #eee;
	display: block;
	width: 100%;
	text-align: left;
	text-indent: 10px; }

<!menu ngang>
#navmenu ul {
        margin: 0; 
        padding: 0; 
 list-style-type: none; 
        list-style-image: none; 
}

#navmenu li {
       display: inline; 
}