#about .testimonials blockquote p {
	/*A modern Georgia-based serif stack:*/
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

/*
	rhythm: 12/18 px,
	headings: 72,36,24,18,16,14 px
	
	h2,h3 tweaked
*/
body, input, textarea {	
	font-size: 12px;
	/* IE6: for resizable text, units have to be in ems */
	_font-size:.75em;
	font-family: Calibri, Corbel, Frutiger, "Frutiger Linotype", Univers, "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Calibri, Corbel, Frutiger, "Frutiger Linotype", Univers, "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


a.block {
	display:block;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

span.amp {
  font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
  font-style: italic; 
  font-size: 110%;
}

blockquote, dd {
	padding:0 0 0 2em;
}
pre, code, samp, kbd, var {
	font: mono-space,monospace;
}
pre {
	overflow:auto;
}
del {
	text-decoration: line-through;
}
abbr, acronym{
	text-transform:uppercase;
	border-bottom:1px dotted #666;
	letter-spacing:1px;
}
abbr[title], acronym[title] {
	cursor:help;
}
small {
	font-size:.9em;
}
sup, sub {
	font-size:.8em;
}
	sup {
		vertical-align: top;
	}
	sub {
		vertical-align: bottom;
	}
em, cite, q {
	font-style:italic;
	font-size:1.1em;
}
strong {
	font-weight: bold;
	font-size:1.1em;
}


