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 12px 0;
		}
	
	h1 {
		color: #000;
		font-size: 36px;
		line-height: 1;
		margin: 0;
		font-weight: normal;
		font-style: italic;
		margin: 0 0 12px 0;
	}
	
	h2 {
		color: #000;
		font-size: 24px;
		line-height: 1;
		margin: 0 0 12px 0;
		font-weight: normal;
		font-style: normal;
	}
	
	a:focus, 
	a:hover { 
		border-bottom: 1px dotted #0d6e8b;
		color: #0d6e8b; 
	}
	
	a {
		color: #009ccb; 
		border-bottom: 1px dotted #009ccb; 
		text-decoration: none;
	}
