﻿/* CSS Reset - Sets element attributes to 0, 100% etc to even out browser differences. Based partially on Eric Meyer's */

body, div, h1, h2, h3, h4, h5, h6, img, p, ul, ol, li, dl, dt, dd, 
pre, form, fieldset, legend, input, textarea, label,
blockquote, table, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	color: #CCC;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after {
		content: '';
	}

/* Put it back on certain elements */
pre, form, fieldset, ul { margin: .8125em 0;}

p { margin-bottom: .8125em;}

blockquote { margin: .8125em 30px;}
