body{
	background:white;
	font-size:14px

}

h1{
	background:aquamarine;
}

h3{
	background:aquamarine;
}

h5{
	background:black;
	font-style:normal;
	font-size:small;
	color:white;
	border:double thick gay;

}

div{
	background:white;
	width:96%;
	border-top:0px;
	border-right:0px;
	border-bottom:0px;
	border-left:	aquamarine	solid	4px;
}


