body {
	font-family: "georgia";
	background-color: #0084ff;
	text-align: center;
	font-size: 16pt;
	font-style: italic;
	margin: 0px;
	color: #000;
}

div {
	background-image:url(skye.jpg);
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}

h1 {
	font-style: normal;
	margin: 0px;
	padding-top: 40px;
	letter-spacing:-2px;
	font-weight: normal;
	font-size: 25pt;
	margin-right:30px;
}

img {
	border: 0px;
}

img.brookeskye {
	float: left;
	position: relative;
	width: 343px;
	height: 610px;
}

p {
	margin: 0px;
	margin-left: 230px;
	margin-right: 25px;
	margin-top: 30px;
}

p.top {
	float: left;
	position: relative;
	width: 405px;
	left: -50px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: right;
}

a {
	color: #0084ff;
	text-decoration: none;
	border-bottom: 1px #000 dashed;
}

a:hover {
	color: #f30;
}