body {
	font-family: "Helvetica", "Trebuchet MS";
	font-size: 38px;
	letter-spacing: -2px;
	color: #d9d6d6;
	width: 700px;
	margin: 20px 0 0 60px;
	padding: 0px;
	background-image: url(background.jpg);
}
	
h1 {
	line-height: 0px;
}

h2 {
	display: inline;
	line-height: 0px;
}

h3 {
	display: inline;
	font-size: 25px;
	line-height: 0px;
}

a:hover {
	border-bottom: 2px dashed #aaaeb0;	
}

a {
	text-decoration: none;	
	color: #aaaeb0;	
	border-bottom: 2px dashed #aaaeb0;
}

h1 a {
	line-height: 38px;
	text-decoration: none;	
	color: #aaaeb0;	
	border-bottom: 2px dashed #aaaeb0;	
}

h4 a {
	display: inline;
	line-height: 35px;
	font-size: 38px;
	text-decoration: none;	
	color: #aaaeb0;	
	border-bottom: 2px dashed #aaaeb0;	
}
p {
	display: inline;	
}