body {
		margin: 0;
		padding: 0;
}

* {
  box-sizing: border-box;
}

.column {
  float: left;
  padding: 10px;
}

.left {
  width: 25%;
}

.right {
  width: 75%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #b8f0a8;
  overflow: hidden;
}

ul li {
		float: left;
}

ul li a {
  display: block;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  font-family: "Lucida Console", "Courier New", monospace;
}

ul li a:hover {
  background-color: #94e87d;
}
  
#Poke1 { 
		width: 327px;
		height: 195px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
		
a {
	color: #94AB92;
	font-weight: bold;
}

.PokeLinks {
			font-family: "Monaco", "Courier New", monospace;
			text-align: center;
			font-size: 15px;
}

.style {
		background-color: #F8FFF2;
		width: 1521px;
		border: 14px solid #97DE8F;
		padding: 15px;
		margin: 0;
}

h1 {
	text-align: center;
	color: #6D9969;
	font-size: 60px;
	font-family: "Monaco", "Courier New", monospace;
	font-weight: bold;
}

.border {
		background-color: #F8FFF2;
		width: 350px;
		border: 6px solid #8DC97D;
		padding: 5px;
		margin: 0;
}

.border4 {
		background-color: #F8FFF2;
		width: 350px;
		height: 990px;
		border: 6px solid #8DC97D;
		padding: 5px;
		margin: 0;
}

.Border2, .Borders3, #Charmander, #Bulbasaur, #Squirtle {
					background-color: #F8FFF2;
					width: 1115px;
					border: 6px solid #9AD48C;
					padding: 5px;
					margin: 0;
}

ul.Starters {
			list-style-type: circle;
			margin-top: 4px;
			margin-left: 10px;
			background-color: #F8FFF2;
			color: #94AB92;
			font-size: 15px;
			font-family: "Monaco", "Courier New", monospace;
			font-weight: bold;
}


h2 {
	color: #6D9969;
	font-size: 40px;
	font-family: "Monaco", "Courier New", monospace;
	font-weight: bold;
}

h3, h4 {
	color: #6D9969;
	font-size: 17px;
	font-family: "Monaco", "Courier New", monospace;
	font-weight: bold;
}	

p {
	color: #94AB92;
	font-family: "Monaco", "Courier New", monospace;
	font-size: 15px;
}

#Star {
		width: 230px;
		height: 205px;
		position: absolute;
		top: 50px;
		left: 16px;
}

#Star2 {
		width: 230px;
		height: 205px;
		position: absolute;
		top: 50px;
		right: 16px;
		transform: scaleX(-1);
}

.zoom:hover {
  -ms-transform: scale(1.1); 
  -webkit-transform: scale(1.1); 
  transform: scale(1.1); 
}

#safari {
		width: 200px;
		height: 190px;
		position: absolute;
		bottom: -400px;
		left: 85px;
}

#nest {
		width: 200px;
		height: 190px;
		position: absolute;
		bottom: -576px;
		left: 85px;
}

#net {
		width: 200px;
		height: 190px;
		position: absolute;
		bottom: -750px;
		left: 85px;
}

#Bulbs {
		width: 150px;
		height: 150px;
		position: absolute;
		bottom: -645px;
		right: 50px;
}

#Charm {
		width: 150px;
		height: 150px;
		position: absolute;
		bottom: -755px;
		right: 170px;
}

#Squirts {
		width: 150px;
		height: 150px;
		position: absolute;
		bottom: -795px;
		right: 30px;
}
