﻿* {
    padding: 0px;
    margin: 0px;
}

nav, header,footer,section,article, aside, hgroup {
    display:block;   
}

img {
    border: 0px;
}

p, ul, ol {
    margin-bottom: 20px;
}
a:hover {
    text-decoration:underline;   
}
li, dd, blockquote {
    margin-left: 20px ;
}
.clear {
    float:none !important;
    clear:both !important;   
    height:0px !important;
}

html {
    width:100%;
    height:100%;
}
body {
    width:100%;
    height:100%;
}