﻿/* the purpose of this style sheet is to reset any browser defaults which might exist in order
to provide a good starting point */

*
{
	background-position: left top;
	background-repeat: no-repeat;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote
{
	margin: 0;
	padding: 0;
}

fieldset
{
	border: 0;
}

ol, ul
{
	list-style: none;
}
caption, th
{
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
}
q:before, q:after
{
	content: '';
}
abbr, acronym
{
	border: 0;
}
