@import url("advanced.css");

html { font-size: 100%; /* IE trick to allow proper resizing of text */ }

body {
	font-family: "Lucida Grande", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #2b5d80;
	}

/* 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: #5194D7;
	text-decoration: none;
}
a:visited 			{
	color: #5194D7;
}	
a:focus, a:hover 	{
	color: #069;
}
a:active 			{
	color: #2b5d80;
}

