@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

img{
    border: none;
    vertical-align:bottom;
}


em{
    font-style: normal;
}

a {
	text-decoration: none;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
 
a:link{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.clear{
    clear: both;
}
