/*
Theme Name:		Cutline 3-Column Split
Theme URI:		http://pearsonified.com
Description:	A squeaky clean, feature-rich theme for WordPress designed and coded by <a href="http://pearsonified.com">Chris Pearson</a>.
Version:		1.2
Author:			Chris Pearson
Author URI:		http://pearsonified.com/
*/

body {
	color: #333;
	font-size: 1.0em;
	font-family: Garuda, sans-serif;

	background-color: #fff;
	
}
p{
	color: #000;
	font-size: 1.0em;
	font-family: Garuda, sans-serif;

	
}
* { padding: 0; margin: 0; }
/*---:[ global elements ]:---*/

a {
	color: #5F5E41;
	text-decoration: underline;
}

	a:visited {	color: #5F5E41;
	
}

	a:hover {
	color: #001000;
text-decoration: none;
}
	

