body {
		background: beige;
		color: black; 
		margin-left: 5em;
		margin-right: 5em;
		padding : 10px;
} 
#page-box { 
		width: 900px;            
        border: 1px solid #000000;
		margin: 15px auto;
		background: beige; 
		background-position: center;
}
#top-box { 
		width: 850px;
	    border: 1px solid #ff9900;
		margin-top: 20px;		 
		margin-left: 12px;
		margin-right: 12px; 
		background: beige; 
		padding: 13px;
		font-size: 1.2em; 
		line-height: 1.5em;	 
}
#top-box1 {
		width: 850px;
	    border: 1px solid #ff9900;
		margin-top: 20px;
		margin-left: 1em;
		margin-right: 1em;
		background: beige;
		padding: 7px;	
		font-size: 1.2em; 
		line-height: 1.5em;	 
}
#center-box { 
		float: left; width : 850px;
		padding-top: 20px;
		margin-left: 2em;
		margin-right: 2em;
		background: beige;
		font-size: 1.2em;
		line-height: 1.5em; 
}
#center-box1 { 
		border-bottom: 1px solid #ff9900;
		float: left; width : 850px;
		padding-top: 10px;
		margin-left: 1em;
		margin-right: 1em;
		background: beige;
		font-size: 1em;
		line-height: 1.5em;
}
#l-side-box {	
        padding-top: 10px;
		float: left; width : 450px; 
		margin-left: 1em; 
		background: beige;
		font-size: 1em; 
		line-height: 1.5em;
}
#r-side-box {
        padding-top: 10px;
		float: right; width : 390px; 
		margin-right: 1em; 
		background: beige;
		font-size: 1em;
		line-height: 1.5em;
}
#footer-box { 
		clear: both;
        width: 880px;
		padding-top: 10px;			
		background-color: #ffff99;			
		padding: 10px;
		text-align: center;
		font-size: 1em; 
}
ul {
		list-style-type: disc
}
td {		
        width: 77px;
		text-align: center;
}
h1 {                 
        font-size: 1.5em;
		line-height: 2em;
		background: blue;
		color: white;
		border-radius: 5px;	
        text-align: center;
 }
h2 {
        font-size: 1.2em;
		line-height: 1.5em;
		color: black;
		padding: 10px;
        margin: 5px;
 }
h3 {
        font-size: 1.1em;		   
		line-height: 1.5em;
		margin: 5px;   
 }
 h4 {        
		font-size: 1em;
		line-height: 1.5em;
		color: black;
		margin: 5px;
 }
 h5 { 
		font-size: 1em; 
		line-height: 1.5em;
		color: black;
		margin: 5px;
 }
		 
 h6 {
	 	font-size: 0.7em; 
		line-height: 1.5em;
		color: #999999;
		text-align: right;
		margin: 5px;
 }
 p { 
		font-size: 1em;
		line-height: 1.5em;
		margin-left: 20px;
		margin-right: 20px;
 }
 ul { 
        padding : 10px 5px 10px 30px; 
 } 
 .category {
	    font-size: 1.2em;
		color: #ffffff;
		background-color: #ff9900;
		padding: 15px;
        margin: 15px;
		text-align: center;
}
table, td, th { border: 1px solid black;
}






