body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/pink-moon1.jpg);
	background-repeat: no-repeat;
}
div.nav {
	position: absolute;
	top: 95px;
	left: 15px;
	width: 180px;
	font-family: "MS Serif", "New York", serif;
	font-size: 13px;
	font-weight: bolder;
	border-style: none;
	border: thin;
	border-color: Black;
	color: White;

}
iframe.content {
	position: absolute;
	top: 30px;
	left: 240px;
	width: 500px;
	height: 550px;
	border-style: none;
	border-right-color: #B22222;
	border-right-style: none;
	border-right-width: 1px;
	
}
iframe.left {
	position: absolute;
	top: 310px;
	left: 5px;
	width: 220px;
	height: 270px;
	border: 0px;
	border-style: none;	
}


span.firstletter {
	color: #FFEC7B;
	font-weight: bold;
	
}

a:link { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:White;
	text-decoration:none;
}
a:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:White;
	text-decoration:none;
}
a:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:White;
	text-decoration:underline overline;
}
a:active { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:White;
	text-decoration:none;
}
a:focus { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:White;
	text-decoration:none;
}
