html, body, ul, ol, li, p, blockquote, q,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, div, img
{
	margin: 0;
	padding: 0;
	border: 0;
}



/* Some other useful classes
 * we can apply to any tag
 */

.clear
{
	font-size: 0;
	clear: both;
	height: 1px;
}

.hidden
{
	display: none;
}

.right
{
	text-align: right;
	position: relative;
}

.left
{
	text-align: left;
	position: relative;
}

.center
{
	text-align: center;
	position: relative;
}