
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, li {
    margin: 0;
    padding: 0;
}
fieldset,img { 
	border:0;
    vertical-align:bottom;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

a{
    text-decoration:none;
    color:#000000;
}

a:hover{
    text-decoration:underline;
}

a:hover img {
	 opacity: 0.7;
    transition: all 0.5s ease 0s;
}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}
img {
    -webkit-backface-visibility: hidden;
    vertical-align: bottom;
	max-width: 100%;
}