html, body, ul, li {
    padding:0;
    margin:0;
}

* {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 1.6em;
}

.fixed_footer {
    position:fixed;
    bottom:0px;
}

.clear {
    clear:both;
}

h2, h2, h3, h4, h5 {
    font-weight:normal;
}

table {
    border-spacing:0;
}