/*
Travis Millican
5/21/16
Final Project Website: IT-270
*/

body div {
	font-size: 10px;
}

body div img {
	margin-top: 15px;
	border:solid white 2px;
}

#bmwInfo, #fordInfo, #teslaInfo, #toyotaInfo {
margin-top: 0px;
font-family: "Comic Sans MS", cursive, sans-serif;
width: 775px;
border:solid white 3px;
margin-top: 10px;
width: 875px;
padding-left: 10px;
background-color: lightgreen;
}

#up {
  margin-top: 3px;
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-variant: small-caps;
  text-align: right;
  font-size: 15px;
}

footer {
  clear: left;
  text-align: center;
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-variant: small-caps;
}