/*
 * typo.css / 2007 01 20
 * css text sizes for elastic layout
 * 
 * HELP
 * margin: 0 0 10px 99px;
 * top right bottom left
 */
body {
	font: 12px/1.5em "Lucida Grande", Lucida, Verdana, "Lucida Sans Unicode", Arial, sans-serif;
}



/* @group Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, verdana, arial, sans-serif;
	font-weight: normal;
}

h2:hover {
	color: #CCC;
}


h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.9em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}
/* @end */





p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0;
	margin:	0 0 1.5em 0;
}

strong {
	color: #906;
}






/* @group Links */
a { text-decoration: none; } 
a:link { color: red; }      /* unvisited links */
a:visited { color: blue; }  /* visited links   */
a:hover { text-decoration: underline; }  /* user hovers     */
a:active { color: lime; }   /* active links    */
/* @end */




/*font-variant: small-caps;*/




#crumbs {
	font-size: 1em;
	line-height: 1.4em;
	text-transform: uppercase;
}




/* EOF */



