@import "reset.css";
@import "style.css";

@import "_library/cmxform.css";
@import "cmxform.css";

html { font-size: 100%; /* IE trick to allow proper resizing of text */ }

body {
	font: 0.75em/1.66em "Helvetica Neue", Arial, Helvetica, sans-serif; /* 1em is now 12px at 96ppi. */
	color: #666666;
	}
	
/* default heading sizes */	
h1		{
	font-size: 3em;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #799714;
}
h2		{ font-size: 2em; }
h3 		{ font-size: 1.5em;  }
h4		{ font-size: 1em;  }
h5,h6	{ font-size: .84em;  }

/* default link formatting */			
a, a:link 			{ color: #799714; text-decoration: none; }
a:visited 			{ color: #799714; }	
a:focus, a:hover 	{ color: #000000; text-decoration: underline; }
a:active 			{ color: #000000; }

