/* Coding and design by Justine
URL: http://louder-now.net
EMAIL: justine@louder-now.net
*/

body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #999999; 
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
	letter-spacing: 1px;
}
div#title {
	margin: 0 auto;
	padding: 100px 0 0 0;
	text-align: center;
	
	color: #efefef;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 220px;
	font-style: italic;
	line-height: 220px;
}
div#content {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 150px;
	width: 100%;
	text-align: center;
}
h2 {
	margin: 0;
	padding: 0;
	color: #121212;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	font-style: italic;
	font-weight: normal;
	line-height: 105px;
	letter-spacing: 7px;
}
h2 a {
	color: #121212;
	text-decoration: none;
}
h2 a:hover {
	color: #555555;
	text-decoration: underline;
}