body {
		margin: 0;
		padding: 0;
		font-size: 12px;
		line-height: 18px;
		font-family: Georgia, Times, serif;
		color: #000;
	}
	
		p {
			font-size: 14px;
			line-height: 24px;
			margin: 0 0 18px 0;
		}
		
	h1 {
		color: #000;
		font-size: 100px;
		line-height: 1;
		margin: 0;
		font-weight: normal;
		font-style: normal;
		margin: 0;
	}
	
	h2 {
		color: #fff;
		font-size: 24px;
		line-height: 1;
		margin: 0 0 18px;
		font-weight: normal;
		font-style: italic;
	}

	h3 {
		color: #fff;
		font-size: 18px;
		line-height: 1;
		margin: 0 0 6px 0;
		font-weight: normal;
		font-style: normal;
	}

	a {
		color: #fff; 
		border-bottom: 1px dotted #fff; 
		text-decoration: none;
	}
	
	a:focus, 
	a:hover { 
		color: #000; 
	}