body
{
	background-color: silver;
	color: black;
	font-family: "Times New Roman";
	text-align: justify;
	width: 1000px;
	margin:auto;
}

h1
{
	color: maroon;
	font-family: Arial;
}

h2
{
	color: white;
	font-family: Arial;
	text-align: right;
	
}

h3
{
	color: maroon;
	font-family: Arial;
	display: contents;
}

ul
{
	font-family: Arial;
}

div
{
	background-color: white;
	padding: 20px;
}
section
{
	width: 800px;
	display: inline-block;
	
}
article
{
	display: inline-block;
	vertical-align: top;
	width: 400px
}
figure
{
	text-align: center;
	display: inline-block;
	width: 390px;
	margin: auto;
}
img
{
	border: 5px black solid;
	height: 250px;
}
nav
{
	display: inline-block;
	vertical-align: top;
	border-left: 1px black solid;
	padding: 10px;	
}

footer
{
	font-family: Arial;
	font-size: 10px ;
	text-align: center;
}

.red{
	color: red;
	font-family: Comic Sans MS;
	display: none;
}

