h1{
	color:red;
	background-image:url(../img/h1.gif);
	text-align:center;
	margin-bottom:0;
}
h2{
	background-color:gray;
	color:white;
	margin:0px;
}
h3{
	color:#c71585;
	border-top:solid 1px;
}
h4{
	color:red;
	text-align:center;
	border:solid 1px;
	background-color:white;
}
.section{
border:solid 1px;
background-color:white;
margin:10px;
padding:5px;
}
.box{
width:750px;
background-color:white;
border:solid 1px;
margin:auto ;
}
