/*
	960 Grid System - Text CSS.
	Learn more - http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	/* font: 13px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; */
	font: 13px Georgia, "Times New Roman", serif;
}

a:focus
{
	outline: 1px dotted invert;
}

p {
	line-height: 1.5;
	margin: 0 0 1em;
}