article{
	background-color: #F5564A;
	width: 330px;
	margin: 20px;
	box-shadow: 0px 3px 5px #888888;
}

footer{
	background-color: #5F5F5F;
	padding: 0px; 
	border-width: 2px;
	border-style: dotted;
	border-color: black;
}

body{
	background-color: #E1E1E1;
}

nav{
	background-color: #5F5F5F;
	text-align: center;
	font-family: Tahoma,Sans-Serif;
	box-shadow: 0px 3px 5px #888888;
}

h2{
	color: white;
	text-align: center;
}

div{
	background-color: white;
	min-width: 350px;
	max-width: 750px;
	margin: auto;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	font-family: Arial,Sans-Serif;
}

h1{
	color: #3F3F3F;
	margin: 20px;
	font-family: Verdana,Sans-Serif;
	text-shadow: 2px 2px 5px #888888;
}

p{
	color: white;
	text-align: center;
}
