@import url("advanced.css");

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

body {
	font: 0.75em/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: rgb(118,134,200); text-decoration: none; }
a:visited 			{ color: rgb(118,134,200); }	
a:focus, a:hover 	{ color: rgb(31,31,79); }
a:active 			{ color: rgb(31,31,79); }