@import url("http://www.celticpublications.com/css/advanced.css");
@import url("/css/advanced.css");

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



body {
	font: 0.8em/1.5em "Lucida Grande", Verdana, Tahoma, Helvetica, Arial, sans-serif; /* 1em is now 12px at 96ppi. */
	}

/* default heading sizes h1		{ font-size: 2em;    }*/	

h2		{ font-size: 1.25em; }
h3 		{ font-size: 1.25em;  }
h4		{ font-size: 1.1em;  }
h5,h6	{ font-size: .84em;  }

table, form, select, input, textarea { 
	font-family: "Lucida Grande", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 100%; /* ie hack so these elements correctly inherit the default text size */ 
	}

/*default link formatting */
a, a:link 			{ color: #0066FF; text-decoration: none; }
a:visited 			{ color: #0066FF; text-decoration: none;}	
a:focus, a:hover 	{ color: red; text-decoration: none;}
/*a:active 			{ color: rgb(31,31,79); }*/


/*#switcher ul, #switcher a:link, #switcher a:hover  {
	  font-size:13px;
	  line-height:1em;*/
