/**
 * VIEWSTUDIO
 *
 *
 * @author Piotr Góra (piotro112@gmail.com)
 * @copyright  Copyright (c) 2012 Viewstudio (http://www.viewstudio.pl)
 * Date: 18.12.12
 * Time: 21:14
 */

body{
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

ul {
    margin: 5px 0;
    padding: 0;
}

ul li {
    margin: 5px 0;
}

a:link,
a:visited {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px 0;
    line-height: 1.6em;
    font-weight: normal;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}