body
{
	background:black;
	background-image:url('DECsm.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	color:white;     /* body text */
	text-align:left;
	margin-left:50px;
	margin-right:50px;

}
	
h1
{
	color:yellow;
	background:grey;
	padding:10px;
	text-align:center;
	margin-left:250px;
	margin-right:250px;
	border:green 5px outset;
}
  
h2
{
	color:#00AAFF;
}
  
strong
{
	font-size:50px;
}
  
bold
{
	font-style:itallic;
}


figure
{

	width: 1120px;
       margin: 0 auto;
}

figcaption
{
	text-align:center;
	font-family:Arial;
}