@charset "iso-8859-1";
/* CSS Document */
* {
	padding:0;
	margin:0;	
	}
body {
    background-color: #FFFFFF;
}

.cont {
    text-align: center;
}


.cont img {
max-width: 100%;
max-height: auto;
}

a {
    text-decoration: none;
}