﻿
/*
 * Reset styles
 */

    * {
	    margin: 0;
	    padding: 0;
	    border: 0;
	    background: transparent;
	    font-size: 100%;
	    vertical-align: baseline;
    }
    
    a, img {
	    outline: 0;
    }

        a:focus, img:focus {
	        outline: 0;
        }

    body {
	    line-height: 1;
    }

    ol, 
    ul {
	    list-style: none;
    }

    table {
	    border-collapse: collapse;
	    border-spacing: 0;
    }