body {
  background-color:		white;
  font-family:			Sans-serif;
  font-size:			100%;
  padding-right:		10px;
  margin-right:			25px;
}
h1 {
	font-size:		150%;
	font-family:		Georgia, Sans-Serif;
}
h2 {
	font-size:		100%;
	font-family:		Georgia, Sans-Serif;
}
h3 {
	font-size:		70%;
	font-family:		Tahoma, Verdana, Sans-Serif;
	color:			#c0c0bb;
}
img {
	border: 		0;
}
p {
  color: 			black;
}
p::first-letter {
  font-size:			120%;
  font-weight:			bold;
  font-family:			"Times New Roman";
  padding:			2px;
  border:			1px solid gray;
  border-radius:		18px;
  border-style:			none;
}
a {
	color:			blue;
	font-weight:		normal;
	text-decoration-line:	underline;
}
a:hover {
	text-decoration: 	underline;
}
a:active {
	text-decoration-line:	overline underline;
	text-decoration-style:	wavy;
}
.centered {
	text-align:		center;
}
section {
	padding:		10px;
}
.definition{
	background-color:	#B9B8B5;
	border-top: 		1px solid black;
	border-left:		1px solid black;
	border-right:		1px solid black;
	border-bottom:		3px solid black;
	border-style:		outline;
	border-radius:          13px;
	padding-left:		30px;
}
nav {
	display:		block; 
	color:			black;
	border-radius:		13px;
	border-top:		1px solid BurlyWood;
	border-left:		4px solid BurlyWood;
	border-right:		1px solid BurlyWood;
	border-bottom:		1px solid BurlyWood;
	border-style:		outline;
	text-align:		center;
	padding-top:		8px;
	padding-bottom:		8px;
	font-family:		Calibri, Arial, Sans-Serif;
	background-image:	linear-gradient(to bottom right, white, Beige);
	margin:			10px;
}
article {
	display:		inline-block; 
	width:			100%;
	border-radius:		26px;
	border-top:		1px solid BurlyWood;
	border-left:		3px solid BurlyWood;
	border-right:		1px solid BurlyWood;
	border-bottom:		1px solid BurlyWood;
	padding-top:		20px;
	padding-right:		10px;
	padding-bottom:		20px;
	padding-left:		20px;
	margin-bottom:		10px;
	background-image:	linear-gradient(to bottom right, white, Beige);
	text-align:		justify;
	color:			black;
	font-family:		Calibri, Arial, Sans-Serif;

}
header {
	text-align:		center;
	display:		block;
	margin:			auto;
	width:			480px;
	padding:		60px;
	background-image:	url("images/headerimg.jpg");
	background-repeat:	no-repeat;
	background-size:	cover;
}
aside{
    float:			left;
    border:			1px black solid;
	border-radius:		8px;
	text-align:		left;
	padding:		20px;
}

