/*the CSS code modifies the HTML tags*/
/* this code is for index */
body{
	padding:0px;
	background-color:#c8c8c8;
	margin:8px 5px 8px 5px; /*top right bottom left*/
}
hr{
	background-color:#0f793b;
	border-bottom:2px solid #0f793b;
	border-top: 2px solid #0f793b;
}
h1{
	
background-color:#bb6a57;
/*top right bottom left*/
padding:3px;
border-top:12px solid #eda45b;
border-bottom:12px solid #eda45b;
border-right: 6px solid #eda45b;
border-left: 6px solid #eda45b;
margin:3px 1px 3px 1px;  
}
h3{
		padding:10px;
		border:3px solid #eda45b;
		background-color:#ba6464;
}
div{
	border:3px solid  #eda45b;
	background-color:#bb6a57;
	width:810px;
}
span{
	font-style:italic;
}