

em { 
    font-style: italic;
}
em2 {
	font-size: 16pt;
	color: red;
}


em3 {
	color: red;
}

body {
	background-color: #efe5d0;
	margin: 50px;
	font-family:  "Times New Roman", Times, serif;
	color: #000;
	font-style: normal;
}
#wrappper {
	clear: both;
	margin: 0 auto;
	padding: 5px;
	width: 800px;
	background: #efe5d0;
	border: 0;
	text-align: center;
	
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #cc99cc;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	color: #000;
}
h6 {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	color: white;
	text-align: center;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
h1 {
	font-weight: normal;
	color: #705BFD;
}


p {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}


#photo {
	background-color: #efe5d0;
	padding: 10px 10px 10px 10px;
	margin: 15px 15px 15px 15px;
	text-align: right;
	width: 320px;
	border: thin solid #007e7e;
	border-color: #007e7e;
	float: right;
}
#index {
	width: 150px;
	padding: 0px 20px 20px 20px;
	line-height: 20px;
	border: thin solid #007e7e;
	margin: 0px 20px 60px 0px;
	float: left;
}
#footer {
  background-color: #cccccc;
  color: white;
  text-align: center;
  line-height: normal;
  padding: 10px;
}
.centred {
	text-align: center;
}
.parent{
	display:flex;
	height: 300px;
	}
.child {
	width: 300px;
	height: 300px;
	margin: auto;
	}
.flex-container {
	display: flex;
	flex-flow: row wrap;
	
	align-items: center;
	padding: 10px 10px 10px 10px;
	justify-content: space-around;
	}
body {
  background-color: #F2F3F4;
}
@media screen and (min-width: 320px) {
  body {
    background-color: #D5F5E3;
  }
}
@media screen and (min-width: 550px) {
  body {
    background-color: #FEF9E7;
  }
}
@media screen and (min-width: 768px) {
  body {
    background-color: #F6DDCC;
  }
}
@media screen and (min-width: 960px) {
  body {
    background-color: #FADBD8;
  }
}


