/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: large;
	font-weight: normal;
}

.navBox {
	position: absolute;
	top:50px;
	right:100px;
	text-align:right;
}
.mainBox {
	background-color: #FFFFFF;
	position: absolute;
	top:100px;
	left:100px;
	height: auto;
	width: 300px;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	left: 20px;
	top: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.iconBox {
	position: absolute;
	left: 20px;
	top: 20px;
}
.bodyBox {
	height: 450px;
	width: 500px;
	position: relative;
	left: 100px;
	border-radius:1em;
	background-color: #FFFFFF;
	top: 0px;
	border-color: #EEEEEE;
	border-style: solid;
	border-width: 15px;
	border-top-width: 60px;
}
.emph {
font-weight:bold;
}
.dlButton {
	position: absolute;
	left: 365px;
	top: 203px;
	background-color: #BBBBBB;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	width: 130px;
	font-size: small;
}
.faceImg {
	position: absolute;
	left: 190px;
	top: 20px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.subBody{
	align:center;
	position:relative;
	bottom:20;
	
}
.changeHeader {
	font-weight: bold;
	background-color: #AAAAAA;
	position: relative;
	top: 9px;
}

.appleInstructions {
    position:absolute;
    bottom:40px;
    font-size:x-small;
    }
