*
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-style: inherit;
	font-size: 1em;	
	vertical-align: baseline;
}


:focus { outline: 0; }

body
{
	font-size: 0.725em;
	line-height: 1.3em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eee;
	
}

ol, ul { list-style: none; }

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after
{
	content: "";
}

blockquote, q
{
	quotes: "" "";
}

input,
textarea
{
	background-color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
}

