/* -------------------------------------------------------
----------------------------------------------------------
Title:		Style seet - Is It 2.0 ? 
File : 		reset.css
CSS:		2.0 valid W3C
Author:	******
email:	contact(arobe)isit20.com
website:	www.isit20.com
----------------------------------------------------------
------------------------------------------------------- */
*, html{
	padding : 0px;
	margin : 0px;
}
a,
a img,
blockquote,
body,
caption,
div,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
label,
legend,
li,
object,
ol,
p,
pre,
span,
strong,
ul
{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
ol,
ul {
  list-style: none;
}
a:link,
a:visited,
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
fieldset,
img {
  border: 0;
}
hr{
  display: none;
}

