﻿	* { box-sizing: border-box; -webkit-text-size-adjust: none; -ms-text-size-adjust: none }
	html { 	
		min-height:100%;
        margin: 0;
		padding:0;
	}
	body {
		height: 100%;
		margin: 0;
		padding:0;
		overflow-x: auto;
		overflow-y: scroll;
        font-size: 14px;
        line-height: 20px;
		font-family: Helvetica, Arial, sans-serif;
        color: #2c3e50;
	}
    img {
        display:block; /* prevent trailing whitespace */
    }
    ul {
        padding:0;
        margin: 0;
        list-style-type: none;
    }
    li {
        padding:0;
        margin: 0;
        list-style-type: none;
    }
    a {
        text-decoration: none;
        color: #2c3e50;
    }
    a:hover {
        text-decoration: underline;
    }