/*
	Stying for html elements accross all major browsers is reset.
*/
html, body, div, span, ul, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, iframe, table, tr, th, td, caption {
	margin: 0;
	padding: 0;
}
:focus{
	outline: 0;
}
ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, pre, code, p {
	font-size: 1em;
}
a img, :link img, :visited img {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address {
	font-style: normal;
}
sup {
	position: relative;
	top: -3px;
	vertical-align: top;
	font-size:90%;
}
