/*
Title:     	Nick Dawe basic styles
Author:     Mark Croxton, mcroxton@hallmark-design.co.uk
Copyright:	Hallmark Design
Updated:    May 17 2006
*/

@import url("advanced.css");

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

body {
	font: 0.75em/1.5em "Arial Narrow", Arial, Helvetica, "Helvetica Neue", sans-serif; /* 1em is now 12px at 96ppi. */
	color: #3a4956;
	}
	
table, form, select, input, textarea { 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "Helvetica Neue", sans-serif;
	font-size: 100%; /* ie hack so these elements correctly inherit the default text size */ 
	}	

/* default heading sizes */	
h1		{ font-size: 2em;    }
h2		{ font-size: 70px; font-weight: normal; }
h3 		{ font-size: 1.2em;  }
h4		{ font-size: 1.2em;  }
h5,h6	{ font-size: .84em;  }

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