	
@import url(http://fonts.googleapis.com/css?family=OFL+Sorts+Mill+Goudy+TT&subset=latin);

body {
	background-color: #74aeb6;
}


#content {
	position: absolute;
	bottom: 20px;
}


#intro {
	margin-left: 100px;
	width: 500px;
}

h1 { 
	font-family: 'OFL Sorts Mill Goudy TT', 'Times New Roman', times, sans-serif;
	font-size: 22px;
	color: white;
	font-weight: 100;
}

p { 
	font-family: Arial;
	font-size: 11px;
	color: white;
	font-weight: 100;
}

a:link, a:visited {
	color: #d5e6e0;
	text-decoration: none;
} 
	
a:hover {
	color: #b9d6da; 
	text-decoration: none;
} 

hr {
	border:none;
	border-top: 1px dotted #FFF;
	height: 1px;

}


