body{
	font-family: arial;
	color: white;
	
	margin-top: 100px;
}
#logo{
	width: auto;
	height: 80px;
	
	margin: 20px 0 0 0;
	float: left;
}
#card{
	margin-top: 25;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border: 4px solid grey;
	outline: black;
	outline-style: solid;
	outline-width: 4px;
	
	background-image: url(BusinessCardBg.jpg);
	
	height: 300px;
	width: 500px;
	
	text-align: center;
}
#secondP{
	font-family: Arial Black;
	font-size: 14px;
	
	text-align: left;
	
	margin-left: 20px;
	
}
#QR{
	width: auto;
	height: 125px;
	
	float: right;
	
	margin-top: -150px;
	margin-right: 10px;
	border: solid orange 5px;
}
h1{
	font-family: Veranda;
	font-size: 35px;
}
a:link{
	text-decoration: none;
	font-size: 14px;
	color: lightblue;
}
a:visited{
	color: lightblue;
}
a:hover {
  color: lime;
  background-color: blue;
  text-decoration: underline;
}
a:active {
  color: orange;
  background-color: green;
  text-decoration: underline;
}