html {
	font-family: Courier New;
}

body {
	background-image: url(./img/bg1.png);
	background-repeat: no-repeat;
}

body #hp1 {
	text-align: left;
	margin-top: 150px;
	margin-left: 430px;
}

body #pp1 {
	text-align: left;
	margin-top: 20px;
	margin-left: 300px;
}

body #img1 {
	margin-left: 700px;
	margin-top: -250px;
}

body #img2 {
	align: center;
}

a {
	text-decoration: none;
	background-color: #9bd3d9;
	border: 1px solid teal;
	border-radius: 5px;
	padding: 5px;
}

a:link {
	color: #0092c2;
}

a:visited {
    color: #00FF00;
}

a:hover {
    color: #0dc3d6;
}

a:active {
    color: #99ffff;
}