﻿/* ====== FONTS ======== */
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6	
		{font-size: 100%;} 
		
	body {font-family: Helvetica, Arial, Sans-Serif; font-size: 12px; font-style: normal; font-weight: normal; text-decoration: none;}
			
	
/* ===== ALIGNMENTS & POSITIONING ==== */
	caption,
	th
		{text-align: left;}
	td 
		{vertical-align: top;}
		
/* ===== BORDERS ===== */
	table
		{border-spacing: 0px;
			padding: 0px;}
			
		
	abbr, 
	acronym,
	fieldset,
	img
		{border: 0;}
		
/* ===== PADDINGS & DIMENSIONS & MARGINS ===== */
	body,
	blockquote,
	dd,
	div,
	dl,
	dt,
	form,
	fieldset,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	input,
	li,
	ol,
	p,
	pre,
	td,
	textarea,
	th,
	ul
		{margin: 0px; padding: 0px;}
			
/* ===== MISCELLANEOUS ===== */
	q: before,
	q: after
		{content: '';}
		
	html{overflow-y: scroll;} /* ignore errors, this works in all browsers */
		