ul li{
	list-style-type: none;
}

@media only screen and (min-width: 240px) {

    html {

        font-size:75%;

    }

}

@media only screen and (min-width: 320px) {

    html {

        font-size:75%

    }

}

@media only screen and (min-width: 360px) {

    html {

        font-size: 84.375%

    }

}

@media only screen and (min-width: 480px) {

    html {

        font-size: 112.5%;

}

}

@media only screen and (min-width: 640px) {

    html {

        font-size:130%;

    }

}

@media only screen and (min-width: 720px) {

    html {

        font-size:140%;

    }

}

