/*the CSS code modifies the HTML tags*/
/* this code is for section 6 */

h1{
background-color:#70b6cf;
 
padding:3px;
/*border:dotted;
border-width:5px;
border-color:blue;
border:20px dashed red;*/
border-top:12px solid #69cb4b;
border-bottom:12px solid #69cb4b;
border-right: 6px solid #69cb4b;
border-left: 6px solid #69cb4b;
margin:3px 1px 3px 1px;  /*top right bottom left*/
}
h2{
	border-width:0px;
}
h3{
		padding:10px;
		border:3px solid #86755f;
		background-color:#ff8b8b;
}
body{
	padding:0px;
	/*background-color:#69cb4b;*/
	background-color:#df5a5a;
	margin:8px 5px 8px 5px; /*top right bottom left*/
}
div{
	border:3px solid  #69cb4b;
	background-color:#70b6cf;
	width:600px;
}
span{
	text-decoration:underline;
	font-style:italic;
	border:3px soild black;
}
hr{
	background-color:yellow;
	border-bottom:2px solid yellow;
	border-top: 2ox solid yellow;
}
img{
	
	margin:5px;
	padding:0px;
}



