body{
	color: #373123;
	font:16px/1.375 'Helvetica Neue', Arial, Helvetica, sans-serif;
	text-shadow: #DCD7B1 1px 1px 0;
	letter-spacing:0.3px;
}

.tk-sorts-mill-goudy {font-family: "sorts-mill-goudy-1","sorts-mill-goudy-2"; font-size: 18px;}

/* This helps to identify headings at the initial build stage */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;	
}
h1, .h1 {
	font-size: 200%;  
}
h2, .h2 {
	font-size: 130%; 
}
h3, .h3 {
	font-size: 110%;  
}
h1, .h1, h2, .h2 {color: #a3491f;}

::-moz-selection {
	background: #a3491f;
	color: #fff;
	text-shadow: none;
}
::selection {	
	background: #a3491f;
	color: #fff;
	text-shadow: none;
}

/*
	LINKS
*/

a:link, a:visited, a:active {
	cursor: pointer;
	text-decoration: none;
	color: #373123; 
}
a:hover, a.current {	
	cursor: pointer;	
	text-decoration: none;
	color: #8a682c;
}
