body{
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
	line-height: 1.5;
  font-size: 14px;
}

div, h1, h2, h3, h4, h5, h6, p, img,
dl, dt, dd, ul, li, table, tr, th, td,a {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
	line-height: 1.5;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a{
	text-decoration: none;
}

a:hover{
	opacity:0.6;
}

a:link,
a:visited{
    color: #333333;
    text-decoration: none;
}
a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

fieldset,
img{
	border : 0;
	vertical-align : middle;
}

code,
em,
strong,
th{
	font-style : normal;
	font-weight : normal;
}

input[type="submit"],input[type="button"]{
    -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-size : 100%;
	font-weight : normal;
}
