img {
	width:300px;
	height:300px;
	float:right;
}
body {
  background-color: Lavender;
}
h2 {
  color: LightSlateGrey;
  font-family: Gill Sans Nova Cond;
  font-size: 180%;
  text-align: left;
  border: 2px solid black;
  margin: 20px;
  padding: 20px;
}
h3 {
  color: LightSlateGrey;
  font-family: Gill Sans Nova Cond;
  font-size: 160%;
  text-align: left;
  border: 2px solid black;
  margin: 20px;
  padding: 20px;
}
p {
  color: BlueViolet;
  font-family: verdana;
  font-size: 90%;
  text-align: left;
}
div {
    color: IndianRed;
    font-family: verdana;
    font-size: 100%;
}
h1 {
  color: black;
  font-family: Bernard MT Condensed;
  font-size: 300%;
  text-align: center;
}
li {
  color: BlueViolet;
  font-family: verdana;
  font-size: 90%;
  text-align: left;
}
h4 {
  color: LightSlateGrey;
  font-family: Bernard MT Condensed;
  font-size: 200%;
  text-align: center;
}
button {
  background-color: #555555; /* Black */
  border: none;
  color: white;
  padding: 10px 35px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
}
table {
border: medium solid #000000;
width: 50%;
}
td, th {
border: thin solid #6495ed;
width: 50%;
}
