@charset "utf-8";
/* CSS Document */

body{

	background-color:grey;
	
}

article{
	
	background-color:#454545; 
	padding:30px;
}

header{
	background-color:#454545;
	color:orangered;
	
}

table {

}

td {
	width:200px;
  height: 50px;
}

article2{
	background-color:red;
	padding:30px;
	color:orangered;
	
}